Added white light level to the output.
This commit is contained in:
parent
c903677ac5
commit
604198c352
|
@ -33,6 +33,7 @@ HA_Attributes_t pressure = {"Pressure", "hPa", "weather-cloudy", 1};
|
|||
HA_Attributes_t humidity = {"Humidity", "%", "water-percent", 1};
|
||||
HA_Attributes_t temperature = {"Temperature", CELSIUS_SYMBOL, "thermometer", 1};
|
||||
HA_Attributes_t illuminance = {"Illuminance", "lx", "white-balance-sunny", 2};
|
||||
HA_Attributes_t whiteLightLevel = {"White light level", " ", "white-balance-sunny", 0};
|
||||
HA_Attributes_t soundLevel = {"Sound level", "dBA", "microphone", 1};
|
||||
HA_Attributes_t peakAmplitude = {"Sound peak", "mPa", "waveform", 2};
|
||||
HA_Attributes_t estimatedCO2 = {"Estimated CO2", "ppm", "chart-bubble", 1};
|
||||
|
|
Loading…
Reference in New Issue