File tree Expand file tree Collapse file tree
custom_components/ha_zyxel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121 "device_class" : SensorDeviceClass .SIGNAL_STRENGTH ,
122122 "state_class" : SensorStateClass .MEASUREMENT
123123 },
124+ "X_ZYXEL_TEMPERATURE_AMBIENT" : {
125+ "name" : "Ambient Temperature" ,
126+ "unit" : "°C" ,
127+ "icon" : "mdi:thermometer" ,
128+ "device_class" : SensorDeviceClass .TEMPERATURE ,
129+ "state_class" : SensorStateClass .MEASUREMENT
130+ },
131+ "X_ZYXEL_TEMPERATURE_SDX" : {
132+ "name" : "SDX Temperature" ,
133+ "unit" : "°C" ,
134+ "icon" : "mdi:thermometer" ,
135+ "device_class" : SensorDeviceClass .TEMPERATURE ,
136+ "state_class" : SensorStateClass .MEASUREMENT
137+ },
138+ "X_ZYXEL_TEMPERATURE_CPU0" : {
139+ "name" : "CPU Temperature" ,
140+ "unit" : "°C" ,
141+ "icon" : "mdi:thermometer" ,
142+ "device_class" : SensorDeviceClass .TEMPERATURE ,
143+ "state_class" : SensorStateClass .MEASUREMENT
144+ },
124145 "BytesSent" : {
125146 "name" : "Bytes Sent" ,
126147 "unit" : "B" ,
You can’t perform that action at this time.
0 commit comments