this post was submitted on 21 Jan 2024
20 points (100.0% liked)
homeassistant
15112 readers
76 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
I may be wrong, but I think best practice says it doesn't matter how you name your whatevers, so long as the convention you use is consistant. Within HA I tend to use the format
<DeviceType>.<Room>.<WhereOrWhat>.<NumberIfRestMatches>
.For example, the plugs that control my space heaters in my livingroom are
switch.livingroom.heater.1
andswitch.livingroom.heater.2
. The controls for the lights in the livingroom isbutton.livingroom.wall
. Please don't ask why I call plugs switches and controls buttons, I don't have an answer, I just do. 🤷So
${type_of_control}.${location}.${device_utility}.${number}
?