this post was submitted on 07 Jan 2024
109 points (90.4% liked)
homeassistant
14958 readers
6 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @[email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hey I got one too! I took it apart and repainted it black to match.
For temp schedules I made a local calendar in HA with repeating events with a description of "high" "mid" and "low". The automation trigger is a calender event that reads the description and sets the temp accordingly
FYI, there is a Scheduler card that might make that automation easier.
https://github.com/nielsfaber/scheduler-card
That looks way easier than what I got going on. I'll check it out.