Updated #301 to have Neato Images for the tweets.
This commit is contained in:
parent
ff6a46ff7b
commit
ed6d0c3aef
|
@ -37,12 +37,16 @@ automation:
|
|||
value_template: "{{ states.vacuum.carloneato.attributes.battery_level |int < 20 }}"
|
||||
|
||||
action:
|
||||
- service: script.tweet_engine
|
||||
- service: script.tweet_engine_image
|
||||
data_template:
|
||||
tweet: >
|
||||
{{ [
|
||||
"#Neato returning to base. Vacuumed up a TON. (http://amzn.to/2CKHZya)",
|
||||
"Everyday I have the Neato Botvac go out and clean the house on its own.",
|
||||
"Since we have a cat that sheds all day, we have @Neato go out daily to clean.",
|
||||
"Time to recharge the @Neato Vacuum."
|
||||
"Since we have a cat that sheds all day, we have Neato Vacuum go out daily to clean.",
|
||||
"Time to recharge the Neato Vacuum."
|
||||
] | random + " Battery Level:{{states.vacuum.carloneato.attributes.battery_level }} #Robots"}}
|
||||
image: >-
|
||||
{{ [
|
||||
"/config/www/custom_ui/floorplan/images/branding/neato.png"
|
||||
] | random }}
|
||||
|
|
|
@ -16,6 +16,12 @@ homeassistant:
|
|||
"sensor.*_color_status":
|
||||
hidden: True
|
||||
homebridge_hidden: true
|
||||
"sensor.*_smoke_status":
|
||||
hidden: True
|
||||
homebridge_hidden: true
|
||||
"sensor.*_security_state":
|
||||
hidden: True
|
||||
homebridge_hidden: true
|
||||
|
||||
customize:
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
After Width: | Height: | Size: 703 KiB |
Binary file not shown.
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 90 KiB |
Loading…
Reference in New Issue