mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 15:56:10 +00:00
29 lines
692 B
YAML
Executable File
29 lines
692 B
YAML
Executable File
#-------------------------------------------
|
|
# Space Related Packages
|
|
#-------------------------------------------
|
|
#------ISS----------------------------------
|
|
homeassistant:
|
|
customize:
|
|
binary_sensor.iss:
|
|
icon: mdi:satellite-variant
|
|
friendly_name: ISS Visibility
|
|
emulated_hue: False
|
|
hidden: False
|
|
#-------------------------------------------
|
|
binary_sensor:
|
|
- platform: iss
|
|
show_on_map: False
|
|
#-------------------------------------------
|
|
automation:
|
|
- alias: 'ISS is above us'
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- binary_sensor.iss
|
|
state: 'on'
|
|
from: 'off'
|
|
|
|
action:
|
|
- service: script.Voice_notify
|