Added white light level to the output.

This commit is contained in:
Maurice Makaay 2021-01-08 16:54:03 +01:00
parent c903677ac5
commit 604198c352
1 changed files with 9 additions and 8 deletions

View File

@ -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};