mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Fixed erroneous Nextion Sensor attributes (#2113)
* Fixed erroneous Nextion Sensor attributes
This commit is contained in:
parent
00a2fc4ad4
commit
743ada79e8
@ -30,13 +30,12 @@ See :doc:`/components/display/nextion` for setting up the display
|
||||
- platform: nextion
|
||||
name: "Current Humidity"
|
||||
component_name: humidity # pageX.humidity for a global
|
||||
nextion_precision: 1
|
||||
precision: 1
|
||||
update_interval: 4s
|
||||
- platform: nextion
|
||||
nextion_id: nextion1
|
||||
name: "Current Temperature"
|
||||
variable_name: temperature
|
||||
hass_component_name: sensor.temperature
|
||||
- platform: nextion
|
||||
id: s01
|
||||
component_id: 2
|
||||
|
Loading…
Reference in New Issue
Block a user