Skip to content

Commit

Permalink
🏃 improve for ainice.sensor_occupy.3b (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Aug 16, 2024
1 parent eae059c commit d625086
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
'ainice.sensor_occupy.3b': {
'main_miot_services': 'occupancy_sensor',
'state_property': 'occupancy_sensor.current_occupied',
'interval_seconds': 10,
'interval_seconds': 30,
'chunk_properties': 7,
'parallel_updates': 1,
'binary_sensor_properties': 'current_occupied,a_occupied,b_occupied,c_occupied,d_occupied,e_occupied',
'sensor_properties': 'total_occupied,illumination',
'switch_properties': 'radar_switch,count_switch',
Expand Down

0 comments on commit d625086

Please sign in to comment.