Skip to content

Commit

Permalink
🦠 improve for germicidal lamp (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 31, 2024
1 parent 4c485eb commit f0af6b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2414,8 +2414,11 @@
},
'*.s_lamp.*': {
'sensor_properties': 'left_time',
'switch_properties': 'uv,radar_on,lighting.on',
'switch_properties': 'on,uv,radar_on',
'number_properties': 'target_time',
'chunk_coordinators': [
{'interval': 20, 'props': 'on,uv,target_time,left_time'},
],
},
'*.senpres.*': {
'binary_sensor_properties': 'pressure_present_state',
Expand Down

0 comments on commit f0af6b2

Please sign in to comment.