add curve to writable numbers
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
## Features
|
## Features
|
||||||
* add support for setting visual ping, IP gateway, MAC from ID, and variant to ebuspicloader
|
* add support for setting visual ping, IP gateway, MAC from ID, and variant to ebuspicloader
|
||||||
* add step variable for numeric values to message definition in MQTT integration
|
* add step variable for numeric values to message definition in MQTT integration
|
||||||
|
* add yes/no values and heating curve (when writable) to Home Assistant MQTT discovery integration
|
||||||
|
|
||||||
|
|
||||||
# 22.4 (2022-09-18)
|
# 22.4 (2022-09-18)
|
||||||
|
|||||||
@@ -177,6 +177,7 @@ type_switch-w-number =
|
|||||||
number,pressure, = bar$
|
number,pressure, = bar$
|
||||||
number,gas, = gas*/min$
|
number,gas, = gas*/min$
|
||||||
number,humidity, = humid*%%$
|
number,humidity, = humid*%%$
|
||||||
|
number,, = curve,
|
||||||
|
|
||||||
# HA integration: the mapping list for numeric sensor entities by field type, name, message, and unit.
|
# HA integration: the mapping list for numeric sensor entities by field type, name, message, and unit.
|
||||||
type_switch-number =
|
type_switch-number =
|
||||||
|
|||||||
Reference in New Issue
Block a user