Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Scripts

Documentation: https://www.home-assistant.io/integrations/script/

Here are all the scenes for my lights. They are grouped by function and more or less corresponds to similarity-named files in the automation folder.

Detailled description

There are two scripts there. One to change the scene depending of the value in the input_select.living_room_color select in Lovelace. The other script cycle between the colored scenes when the Tradfri controller is pressed.

Those scripts are meant to send pictures of the sunset/sunrise on Slack everyday. There's also another script that should be creating a daily gif and send it to slack but it doesn't work at the moment.

The first script (vacuum_dispatch), looks for keywords in the text received from IFTTT through a webhook (managed by the IFTTT_zone_cleaning_webhook automation) and then runs one of the other scripts depending on the rooms that we want to clean.

This was based on this post from ciB.