renemarc / home-assistant-config

🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Apache License 2.0
344 stars 57 forks source link

Disable low-power mode #36

Closed renemarc closed 6 years ago

renemarc commented 6 years ago

As a user, I want low-power mode to be easily disabled so that I can quickly turn on all lights without having to toggle them individually.

Acceptance criteria

  1. It's done when disabling low-power mode lets all relevant devices run, unless tamed by other overriding modes.
renemarc commented 6 years ago

Low-power mode now transformed into an behaviour modifier, along with area-specific low-power automations that respond to it instead of on area automations.

If nap or night modes are enabled, setting low-power mode means that when nap or night modes are disabled then everything will be set to operate at low-power mode. If low-power is then released, then everything will run to their default state (except for some devices tamed by any quiet modes). If low-power is applied when everything is running optimally, then everything will be brought to a low-power state.