mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
#110 - Added in ISS component.
This commit is contained in:
@@ -11,12 +11,15 @@
|
||||
- platform: state
|
||||
entity_id: sensor.samsungtv
|
||||
state: 'Online'
|
||||
from: 'Offline'
|
||||
- platform: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
from: 'above_horizon'
|
||||
- platform: state
|
||||
entity_id: media_player.living_room
|
||||
state: 'playing'
|
||||
from: 'idle'
|
||||
|
||||
condition:
|
||||
condition: and
|
||||
|
2
binary_sensor/iss.yaml
Executable file
2
binary_sensor/iss.yaml
Executable file
@@ -0,0 +1,2 @@
|
||||
- platform: iss
|
||||
show_on_map: False
|
@@ -158,6 +158,7 @@ cover:
|
||||
password: !secret garadget_password
|
||||
name: Small Garage
|
||||
|
||||
binary_sensor: !include_dir_merge_list binary_sensor
|
||||
sensor: !include_dir_merge_list sensor
|
||||
automation: !include_dir_merge_list automation
|
||||
scene: !include_dir_merge_list scene
|
||||
|
@@ -28,7 +28,11 @@ binary_sensor.downstairs_thermostat_fan:
|
||||
hidden: True
|
||||
|
||||
|
||||
|
||||
binary_sensor.iss:
|
||||
icon: mdi:satellite-variant
|
||||
friendly_name: ISS Visibility
|
||||
emulated_hue: False
|
||||
hidden: False
|
||||
|
||||
binary_sensor.downstairs_thermostat_has_leaf:
|
||||
friendly_name: 'Downstairs Thermostat Has Leaf'
|
||||
|
@@ -1,9 +0,0 @@
|
||||
homeassistant:
|
||||
binary_sensor:
|
||||
- platform: iss
|
||||
show_on_map: False
|
||||
|
||||
customize:
|
||||
binary_sensor.iss:
|
||||
icon: mdi:satellite-variant
|
||||
friendly_name: ISS Visibility
|
Reference in New Issue
Block a user