mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 11:16:37 +00:00
#110 - Added in ISS component.
This commit is contained in:
@@ -11,12 +11,15 @@
|
|||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.samsungtv
|
entity_id: sensor.samsungtv
|
||||||
state: 'Online'
|
state: 'Online'
|
||||||
|
from: 'Offline'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
state: 'below_horizon'
|
state: 'below_horizon'
|
||||||
|
from: 'above_horizon'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: media_player.living_room
|
entity_id: media_player.living_room
|
||||||
state: 'playing'
|
state: 'playing'
|
||||||
|
from: 'idle'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
condition: and
|
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
|
password: !secret garadget_password
|
||||||
name: Small Garage
|
name: Small Garage
|
||||||
|
|
||||||
|
binary_sensor: !include_dir_merge_list binary_sensor
|
||||||
sensor: !include_dir_merge_list sensor
|
sensor: !include_dir_merge_list sensor
|
||||||
automation: !include_dir_merge_list automation
|
automation: !include_dir_merge_list automation
|
||||||
scene: !include_dir_merge_list scene
|
scene: !include_dir_merge_list scene
|
||||||
|
@@ -28,7 +28,11 @@ binary_sensor.downstairs_thermostat_fan:
|
|||||||
hidden: True
|
hidden: True
|
||||||
|
|
||||||
|
|
||||||
|
binary_sensor.iss:
|
||||||
|
icon: mdi:satellite-variant
|
||||||
|
friendly_name: ISS Visibility
|
||||||
|
emulated_hue: False
|
||||||
|
hidden: False
|
||||||
|
|
||||||
binary_sensor.downstairs_thermostat_has_leaf:
|
binary_sensor.downstairs_thermostat_has_leaf:
|
||||||
friendly_name: '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