You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add script for dynamic downstairs temperature control in climate.yaml, consolidating existing automation logic into a single sequence. Update README.md to reflect new Nest climate control features and improve device descriptions.
Copy file name to clipboardExpand all lines: config/packages/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,11 @@ Live collection of plug-and-play Home Assistant packages. Each YAML file in this
49
49
|[hass_agent_homepc.yaml](hass_agent_homepc.yaml)| Mirrors PC lock/unlock state from HASS.Agent to the office lamp for instant desk presence cues. |`sensor.carlo_homepc_carlo_homepc_sessionstate`, `switch.office_lamp_switch`|
50
50
|[finance.yaml](finance.yaml)| Yahoo Finance sensor bundle for portfolio glances and Lovelace cards. |`sensor.tsla`, `sensor.aapl`, `sensor.amzn`, `sensor.msft`|
51
51
52
+
### Nest climate control
53
+
- Logic lives in [climate.yaml](climate.yaml) and centralizes downstairs/upstairs Nest schedules, grid-aware guardrails, humidity pulses, and presence/weather-based targets.
| Tesla Powerwall 2 |[powerwall.yaml](powerwall.yaml)| Grid outages kick off load-shed scripts and status pings. |[](https://amzn.to/3UM4BZ5)|
83
+
| Google Nest thermostat |[climate.yaml](climate.yaml)| Presence/weather/grid-aware cooling targets, humidity pulses, and eco recovery. |[](https://amzn.to/4olpINw)|
| NodeMCU motion/contact sensor |[alarm.yaml](alarm.yaml), [office_motion.yaml](office_motion.yaml)| ESP8266 nodes feed the alarm matrix and room-aware lighting. |[](https://amzn.to/2oUgj5i)|
80
86
| Roku streaming device |[roku.yaml](roku.yaml)| Media presence drives lighting, announcements, and scenes. |[](https://amzn.to/2Ctp8cr)|
0 commit comments