mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 16:57:14 +00:00
MASSIVE re-org - Moving config to packages to better organize
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
# If you are running Hassio or Home Assistant as it is called now you will need a server that hosts local audio files if you want to leverage those
|
||||
###############################################################################
|
||||
|
||||
media_player:
|
||||
- platform: yamaha
|
||||
host: 192.168.7.152
|
||||
|
||||
media_extractor:
|
||||
|
||||
input_datetime:
|
||||
audible_notification_on:
|
||||
@@ -34,6 +39,7 @@ automation:
|
||||
action:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.audible_notifications
|
||||
|
||||
|
||||
# - id: turn_off_audible_notifications_guests
|
||||
# alias: Turn Off Audible Notifications at 7pm
|
||||
@@ -58,6 +64,33 @@ automation:
|
||||
action:
|
||||
- service: script.turn_on_ha_speaker
|
||||
|
||||
- id: turn_on_ha_receiver
|
||||
alias: Turn on HA Receiver
|
||||
initial_state: true
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '06:45:00'
|
||||
action:
|
||||
- service: media_player.turn_on
|
||||
data:
|
||||
entity_id: media_player.tsr_6750_a3ed2f
|
||||
- service: media_player.volume_set
|
||||
data_template:
|
||||
entity_id: media_player.tsr_6750_a3ed2f
|
||||
volume_level: .80
|
||||
|
||||
- id: turn_off_ha_receiver
|
||||
alias: Turn off HA Receiver
|
||||
initial_state: true
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '23:30:00'
|
||||
action:
|
||||
- service: media_player.turn_off
|
||||
data:
|
||||
entity_id: media_player.tsr_6750_a3ed2f
|
||||
|
||||
|
||||
- id: set_audible_time_off_guest
|
||||
alias: set audible time off guest
|
||||
trigger:
|
||||
|
Reference in New Issue
Block a user