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