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
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>
Copy file name to clipboardExpand all lines: content/components/micronova.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,6 @@ 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
@@ -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