Skip to content

Commit c6ac18c

Browse files
Set update_interval on micronova's entities instead on hub (#5709)
* Set update_interval on micronova's entities instead on hub * Update content/components/micronova.md --------- Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
1 parent ad8fa48 commit c6ac18c

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

content/components/micronova.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ micronova:
4949
### Configuration variables
5050
5151
- **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.
5452
5553
> [!NOTE]
5654
> 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
@@ -74,7 +72,8 @@ text_sensor:
7472
### Configuration variables
7573
7674
- **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).
7877
7978
## Sensors
8079
@@ -103,27 +102,34 @@ sensor:
103102
### Configuration variables
104103
105104
- **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.
106+
- All options from [Sensor](/components/sensor).
107107
108108
- **fumes_temperature** (*Optional*): Fumes temperature.
109-
All options from [Sensor](/components/sensor).
109+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
110+
- All options from [Sensor](/components/sensor).
110111
111112
- **stove_power** (*Optional*): Current stove power.
112-
All options from [Sensor](/components/sensor).
113+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
114+
- All options from [Sensor](/components/sensor).
113115
114116
- **fan_speed** (*Optional*): Current fan speed. The raw value from the stove is multiplied by 10 + `fan_rpm_offset`.
115-
116117
- **fan_rpm_offset** (*Optional*, integer): Offset the reported RPM value. Must be between 0 and 255. Defaults to 0.
118+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
117119
- All other options from [Sensor](/components/sensor).
118-
- **water_temperature** (*Optional*): Internal boiler water termperature.
119-
All options from [Sensor](/components/sensor).
120+
121+
- **water_temperature** (*Optional*): Internal boiler water temperature.
122+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
123+
- All options from [Sensor](/components/sensor).
120124

121125
- **water_pressure** (*Optional*): Internal boiler water pressure.
122-
All options from [Sensor](/components/sensor).
126+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
127+
- All options from [Sensor](/components/sensor).
123128

124129
- **memory_address_sensor** (*Optional*): Can be any **memory_location** / **memory_address** you want to track. Usefull
125130
when you don't know where the parameter is for your stove is.
126-
All options from [Sensor](/components/sensor).
131+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
132+
- All options from [Sensor](/components/sensor).
127133

128134
## Numbers
129135

@@ -141,9 +147,11 @@ number:
141147

142148
- **thermostat_temperature** (*Optional*): Number that holds the current stove thermostat value.
143149
- **step** (*Optional*): Temperature step. This value is used to multiply/devide the raw value when setting/reading the **thermostat_temperature**
150+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
144151
- All other options from [Number](/components/number#config-number).
145152
- **power_level** (*Optional*): Number that sets/reads the requested stove power.
146-
All options from [Number](/components/number#config-number).
153+
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval that the sensors should be checked. Defaults to 60 seconds.
154+
- All options from [Number](/components/number#config-number).
147155

148156
> [!NOTE]
149157
> Besides **memory_location** and **memory_address** you can specify a specific **memory_write_location** parameter.

0 commit comments

Comments
 (0)