diff --git a/config/configuration.yaml b/config/configuration.yaml index 8363a86..f0b0c0e 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -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 diff --git a/config/packages/modules/presence.yaml b/config/packages/modules/presence.yaml index 02ae228..9ae9185 100644 --- a/config/packages/modules/presence.yaml +++ b/config/packages/modules/presence.yaml @@ -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