This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
media_player.hotbox_top_chromecast,Hotbox Top TV,off, | |
media_player.office_speaker,Office speaker,off, | |
media_player.hotbox_down_display,Hotbox Down Display,playing, | |
media_player.hotbox_top_display,Hotbox top Display,playing, | |
sensor.currentgamemaxi,Maxis Current Game,unavailable, | |
binary_sensor.maxi_is_listening,maxi is listening,unavailable, | |
binary_sensor.f9432d25_5b487528,f9432d25-5b487528,off, | |
media_player.mass_closet_wiim_speaker,Closet Wiim,off, | |
media_player.mass_home_group,Home group,off, | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: "Maxi Location" | |
unique_id: "maxi_location" | |
state: >- | |
{% set braceletroom = states('sensor.b7bracelet1') %} | |
{% set phoneroom = states('sensor.phone_fold4') %} | |
{% set gpslocation = states('device_tracker.phone_galaxy_fold_4') %} | |
{% if braceletroom != "not_home" %} |