* Add device '412015' from Legrand. DIN power consumption module.
Add device '412015' from Legrand. DIN power consumption module. Complementary for this pull request https://github.com/Koenkk/zigbee-herdsman-converters/pull/1313
* Update homeassistant.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
* Add possibility to override execution command at runtime
The entrypoint script initialize container data at runtime.
CMD defines the default executable and can be overridden at runtime.
* Set execution permission to entrypoint script
Necessary to prevent run errors, for example in windows env
* Add Stitchy Dim to list of devices.
* Add an internal architecture paragraph.
Add a README paragraph with a basic architecture description. This doesn't have a lot of detail, but links to docs with (much) more detail.
* Try to line up with upstream.
* Update README.md
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
* Remove precision rounding from HA MQTT autodiscovery template
Precision rounding should be handled in converters and made available to
all MQTT consumers (not just HA)
* Update homeassistant.test.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
I couldn't see battery data in the output so I have only added the sensor_action type. This works and home assistant can see button presses + link quality.
This is linked to: https://github.com/Koenkk/zigbee-herdsman-converters/pull/1265
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
* Make thermostat more like thermostatHeatCool
This change tries to unify the two thermostat templates a little.
I'm making this change because I wanted to enable tracking the current
state of the Zen thermostat and noticed that the logic was very specific
to a subset of thermostats.
The matching change in zigbee-herdsman-converters ensures that the
thermostats that were sending the "operation" field use the new format
and should effectively behave the same after the change.
* 0.5 degree steps for Zen thermostat
Because it supports it.