Skip to content

Latest commit

 

History

History

README.md

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

Those scripts are used to open or close all the covers at once, either for the whole house or just for one floor. They are notably used in the Away mode automations.

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.