Skip to content

Commit

Permalink
💡 add sub-entities for philips.light.aibed
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Oct 9, 2023
1 parent 9daa247 commit 985ff9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,12 @@
'number_properties': 'target_temperature,dry_time',
},

'philips.light.aibed': {
'switch_properties': 'night_en,wristband_switch,awake_enable_first,awake_enable_second,awake_enable_third',
'select_properties': 'mode_main,mode_light,mode_sleep,mode_scene',
'number_properties': 'sleep_duration,music_preview,sleep_volume,sleep_startbri,scene_volume',
'button_actions': 'brightness_up,brightness_down,cct_up,cct_down,stop_preview',
},
'philips.light.strip3': {
'switch_properties': 'mitv_rhythm,acousto_optic_rhythm',
'select_properties': 'rhythm_sensitivity,rhythm_animation',
Expand Down

0 comments on commit 985ff9d

Please sign in to comment.