technicalpickles / picklehome-homeassistant-config

homeassistant configuration for my house
3 stars 0 forks source link

More circadian rhythm cleanup #37

Open technicalpickles opened 6 years ago

technicalpickles commented 6 years ago

As a follow up to https://github.com/technicalpickles/picklehome-homeassistant-config/pull/36

The circadian rhythm package is pretty big. I am thinking to further clean it up by splitting it into 2, one for detecting the changes in the rhtyhm, and another for actually taking action when they happen. That'd be a lot more digestable I think.

I also had this idea of using firing custom events when the house mode changes in one package, and listening for them in another.

technicalpickles commented 6 years ago

https://github.com/technicalpickles/picklehome-homeassistant-config/pull/38 trimmed out the sunset-related automations and scenes, since they aren't actually part of the rhythm per se