You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/micronova.md
+26-22Lines changed: 26 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,14 @@ micronova:
49
49
### Configuration variables
50
50
51
51
- **enable_rx_pin** (**Required**, [Pin](/guides/configuration-types#pin)): Output pin to be used to switch the line between RX and TX.
52
-
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked.
53
-
Defaults to 60 seconds.
54
52
55
53
> [!NOTE]
56
54
> For all text sensors, sensors, numbers, buttons and switches hereafter most of the the default **memory_location** and **memory_address** parameters will work so you should
57
55
> not specify them. However your Micronova boad may require you to specify alternate values. So every text sensor, button,
58
56
> switch or number accepts these parameters:
59
57
>
60
-
> - **memory_location** (*Optional*): The memory location where the parameter must be read. For most stoves this is 0x00 for RAM
61
-
> or 0x20 for EPROM.
58
+
> - **memory_location** (*Optional*): The memory location for the parameter (0x00 for RAM, 0x20 for EPROM on most stoves).
59
+
> The write bit is set automatically when writing.
62
60
>
63
61
> - **memory_address** (*Optional*): The address where the parameter is stored.
64
62
@@ -74,7 +72,8 @@ text_sensor:
74
72
### Configuration variables
75
73
76
74
- **stove_state** (*Optional*): The current stove state.
77
-
All options from [Text Sensor](/components/text_sensor#config-text_sensor).
75
+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
76
+
- All options from [Text Sensor](/components/text_sensor#config-text_sensor).
78
77
79
78
## Sensors
80
79
@@ -103,27 +102,34 @@ sensor:
103
102
### Configuration variables
104
103
105
104
- **room_temperature** (*Optional*): Sensor that reads the stoves ambient room temperature.
106
-
All options from [Sensor](/components/sensor).
105
+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
0 commit comments