Removing socialblade config
This commit is contained in:
parent
9d790be4a5
commit
dcbe80b358
|
@ -12,22 +12,23 @@
|
||||||
- platform: youtube
|
- platform: youtube
|
||||||
channel_id: UCipZJ6748kd8TbelSxcvcVg
|
channel_id: UCipZJ6748kd8TbelSxcvcVg
|
||||||
|
|
||||||
- platform: socialblade
|
|
||||||
name: slackerlabs_info
|
|
||||||
channel_id: UCipZJ6748kd8TbelSxcvcVg
|
|
||||||
|
|
||||||
# automation:
|
automation:
|
||||||
# - alias: YouTube Notification - SlackerLabs
|
- alias: YouTube Notification - SlackerLabs
|
||||||
# id: 5e751352-067e-4706-978a-2479b6f5fd96
|
id: 5e751352-067e-4706-978a-2479b6f5fd96
|
||||||
# trigger:
|
trigger:
|
||||||
# - platform: state
|
- platform: state
|
||||||
# entity_id: sensor.slackerlabs
|
entity_id: sensor.slackerlabs
|
||||||
|
|
||||||
# condition:
|
condition:
|
||||||
# - condition: template
|
- condition: template
|
||||||
# value_template: "{{ trigger.from_state.state != trigger.to_state.state }}"
|
value_template: "{{ trigger.from_state.state != trigger.to_state.state }}"
|
||||||
|
|
||||||
# action:
|
action:
|
||||||
|
- service: script.text_notify
|
||||||
|
data_template:
|
||||||
|
who: "jeff"
|
||||||
|
message: New Video! {{ states('sensor.slackerlabs') }} - {{ state_attr('sensor.slackerlabs','url') }}
|
||||||
# - repeat:
|
# - repeat:
|
||||||
# count: 1
|
# count: 1
|
||||||
# sequence:
|
# sequence:
|
||||||
|
|
Loading…
Reference in New Issue