Testing out cameras on Show #955 - Plus new version.

This commit is contained in:
ccostan 2020-12-19 20:10:16 -05:00
parent 148d782775
commit a59edc9f65
8 changed files with 55 additions and 7 deletions

View File

@ -1 +1 @@
2020.12.0
2020.12.1

View File

@ -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

View File

@ -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

47
config/packages/conico.yaml Executable file
View File

@ -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

View File

@ -90,6 +90,7 @@ automation:
- alias: 'Garage Door State Change'
id: afec0987-edb1-4341-a524-a00ae4df9fb7
mode: restart
trigger:
- platform: state
entity_id:

View File

@ -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