Skip to content

Commit

Permalink
🍃 improve for environment sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Jan 2, 2025
1 parent 52edce8 commit 04da037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2700,8 +2700,8 @@
'converters' : [
{
'props': [
'temperature', 'indoor_temperature', 'relative_humidity', 'humidity',
'pm2_5_density', 'pm10_density', 'co2_density', 'tvoc_density', 'hcho_density',
'temperature', 'indoor_temperature', 'outdoor_temperature', 'relative_humidity', 'humidity',
'pm2_5_density', 'pm10_density', 'co2_density', 'tvoc_density', 'voc_density', 'hcho_density',
'air_quality', 'air_quality_index', 'illumination', 'atmospheric_pressure',
],
'domain': 'sensor',
Expand Down

0 comments on commit 04da037

Please sign in to comment.