Testing out cameras on Show #955 - Plus new version.
This commit is contained in:
parent
148d782775
commit
a59edc9f65
|
@ -1 +1 @@
|
|||
2020.12.0
|
||||
2020.12.1
|
|
@ -6,8 +6,11 @@ media_players:
|
|||
- media_player.upstairs_living_room
|
||||
# - media_player.bedroom_alarm_panel
|
||||
- media_player.living_room
|
||||
- media_player.front_room_flex
|
||||
- media_player.office
|
||||
- media_player.kitchen
|
||||
- media_player.kitchen_show
|
||||
- media_player.justin_room
|
||||
- media_player.tap
|
||||
- media_player.upstairs
|
||||
- media_player.stacey_bedroom
|
||||
- media_player.carlo_bedroom
|
||||
|
|
|
@ -35,6 +35,6 @@ script:
|
|||
sequence:
|
||||
- service: media_player.play_media
|
||||
data:
|
||||
entity_id: media_player.kitchen
|
||||
entity_id: media_player.kitchen_show
|
||||
media_content_id: garagecbygeoff
|
||||
media_content_type: routine
|
||||
|
|
|
@ -0,0 +1,47 @@
|
|||
#-------------------------------------------
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# Conico Cameras via Alexa Media Player
|
||||
#-------------------------------------------
|
||||
######################################################################
|
||||
## Conico Camera - https://amzn.to/2Kl1eHo
|
||||
######################################################################
|
||||
|
||||
|
||||
######################################################################
|
||||
## Show Camera on Echo Shows for 20 minutes after garage door opens.
|
||||
######################################################################
|
||||
|
||||
automation:
|
||||
- alias: 'Garage Camera on Alexa Shows'
|
||||
id: 4373df2a-77f2-4e19-be7c-46c7b27ca583
|
||||
mode: restart
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- cover.large_garage_door
|
||||
- cover.small_garage_door
|
||||
from: 'closed'
|
||||
to: 'open'
|
||||
|
||||
action:
|
||||
|
||||
- service: media_player.play_media
|
||||
data:
|
||||
entity_id:
|
||||
- media_player.kitchen_show
|
||||
- media_player.upstairs
|
||||
- media_player.stacey_bedroom
|
||||
media_content_id: 'show garage camera'
|
||||
media_content_type: custom
|
||||
|
||||
- delay: '00:20:00'
|
||||
|
||||
- service: media_player.play_media
|
||||
data:
|
||||
entity_id:
|
||||
- media_player.kitchen_show
|
||||
- media_player.upstairs
|
||||
- media_player.stacey_bedroom
|
||||
media_content_id: 'hide garage camera'
|
||||
media_content_type: custom
|
|
@ -82,7 +82,7 @@ automation:
|
|||
data:
|
||||
topic: "garadget/GSmall/command"
|
||||
payload: "get-status"
|
||||
|
||||
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "garadget/GLarge/command"
|
||||
|
@ -90,6 +90,7 @@ automation:
|
|||
|
||||
- alias: 'Garage Door State Change'
|
||||
id: afec0987-edb1-4341-a524-a00ae4df9fb7
|
||||
mode: restart
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
|
|
@ -14,6 +14,3 @@ interior_off:
|
|||
- service: script.paige_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
||||
- service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
||||
- service: script.noon_lights_off # Noon Home Smart Lights (https://amzn.to/3fOIPx6)
|
||||
- service: media_player.turn_off
|
||||
entity_id:
|
||||
- group.media_players
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 66 KiB |
Loading…
Reference in New Issue