Add files from /homeassistant/includes/packages/

This commit is contained in:
Hermes Agent
2026-07-13 10:06:40 +07:00
parent 8d4100bccc
commit 076aff1ce9
17 changed files with 7410 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
add_sensors:
template:
########################
#room
- sensor:
- default_entity_id: sensor.all_motion
name: Движение в квартире
state: '{{ (is_state(''sensor.0xa4c13834741ffdf4_presence_state'', ''presence'')
or is_state(''sensor.0xa4c1387cda74958b_presence_state'', ''presence'') or is_state(''binary_sensor.0x00158d000707efdf_motion'',
''on'') or is_state(''sensor.room_motion'', ''True''))}}'
- default_entity_id: sensor.room_motion
name: Движение в комнате
state: '{{ (is_state(''binary_sensor.54ef44e32e91_motion'', ''on'') or is_state(''binary_sensor.54ef44e327ba_motion'',
''on'') or is_state(''binary_sensor.54ef44e45e59_motion'', ''on''))}}'
- default_entity_id: sensor.where_people
name: Пристуствие людей в квартире
state: '{{ is_state(''device_tracker.google_maps_108918666344169166438'', ''home'')
or is_state(''device_tracker.google_maps_118311730364158481019'', ''home'')}}'