mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-25 04:48:17 +00:00
Enable arsenic
This commit is contained in:
@@ -119,6 +119,7 @@ recorder: &recorder_config
|
||||
- zwave
|
||||
entities:
|
||||
- device_tracker.carbon
|
||||
- device_tracker.arsenic
|
||||
- media_player.living_room_tv
|
||||
- media_player.nvidia_shield
|
||||
- switch.camera
|
||||
|
||||
@@ -8,7 +8,7 @@ person:
|
||||
id: !secret georgi_user_id
|
||||
user_id: !secret georgi_user_id
|
||||
device_trackers:
|
||||
- device_tracker.carbon
|
||||
- device_tracker.arsenic
|
||||
|
||||
- name: Player 2
|
||||
id: !secret player_2_user_id
|
||||
@@ -68,7 +68,7 @@ binary_sensor:
|
||||
sensor:
|
||||
- platform: history_stats
|
||||
name: Quarantined percent
|
||||
entity_id: device_tracker.carbon
|
||||
entity_id: device_tracker.arsenic
|
||||
state: "home"
|
||||
type: ratio
|
||||
duration:
|
||||
@@ -77,7 +77,7 @@ sensor:
|
||||
|
||||
- platform: history_stats
|
||||
name: Quarantine times left
|
||||
entity_id: device_tracker.carbon
|
||||
entity_id: device_tracker.arsenic
|
||||
state: "home"
|
||||
type: count
|
||||
duration:
|
||||
@@ -160,5 +160,8 @@ homeassistant:
|
||||
device_tracker.carbon:
|
||||
icon: mdi:cellphone-iphone
|
||||
|
||||
device_tracker.arsenic:
|
||||
icon: mdi:cellphone-iphone
|
||||
|
||||
group.hallway_motion:
|
||||
icon: mdi:motion-sensor
|
||||
|
||||
Reference in New Issue
Block a user