aetjansen/HomeAssistant-Config

Unified naming of objects

Opened this issue · 0 comments

Go through config and setup everything according to a naming convention. This improves readibility and allows for easier templating.

Additionally, the diy multisensors I have built should have a firmware upgrade to have a specific mqtt topic per sensor (as opposed to one mqtt message with all sensor data in the payload everytime).

With that, setup specific sensors by using mqtt subscriptions, for example:
sensor.livingroom_temperature
sensor.livingroom_humitidy
sensor.livingroom_lightlevel
sensor.livingroom_motion

etc