diff --git a/.gitignore b/.gitignore index f0892ce5..69c0da07 100755 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ __pycache__ hacs alexa_media custom_components +image tts secrets.yaml secrets diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 82fb8e76..99c90b0d 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.114.4 \ No newline at end of file +0.115.0 \ No newline at end of file diff --git a/config/image/c5021a9e5893b88a0d8588fa168d0a0b/512x512 b/config/image/c5021a9e5893b88a0d8588fa168d0a0b/512x512 new file mode 100644 index 00000000..47ad09db Binary files /dev/null and b/config/image/c5021a9e5893b88a0d8588fa168d0a0b/512x512 differ diff --git a/config/image/c5021a9e5893b88a0d8588fa168d0a0b/original b/config/image/c5021a9e5893b88a0d8588fa168d0a0b/original new file mode 100644 index 00000000..1a0af31d Binary files /dev/null and b/config/image/c5021a9e5893b88a0d8588fa168d0a0b/original differ diff --git a/config/packages/neato.yaml b/config/packages/neato.yaml index dbf70f17..8be3733d 100755 --- a/config/packages/neato.yaml +++ b/config/packages/neato.yaml @@ -10,22 +10,34 @@ automation: - alias: 'Vacuum -Tweet' id: 2346efcd-e8a8-4e86-b5b6-43e54a72a95f + mode: single trigger: - platform: state entity_id: vacuum.carlo_neato to: 'cleaning' condition: - - condition: template - value_template: "{{ states.vacuum.carlo_neato.attributes.battery_level |int < 20 }}" - - condition: template - value_template: > - {%- if states.automation.vacuum_tweet.attributes.last_triggered -%} - {{ (as_timestamp(now()) - as_timestamp(states.automation.vacuum_tweet.attributes.last_triggered)) > 15000 }} - {%- else -%} - true - {%- endif -%} + - condition: numeric_state + entity_id: vacuum.carlo_neato + attribute: battery_level + below: 20 + + - condition: numeric_state + entity_id: automation.vacuum_tweet + attribute: last_triggered + above: 15000 + + # - condition: template + # value_template: "{{ states.vacuum.carlo_neato.attributes.battery_level |int < 20 }}" + + # - condition: template + # value_template: > + # {%- if states.automation.vacuum_tweet.attributes.last_triggered -%} + # {{ (as_timestamp(now()) - as_timestamp(states.automation.vacuum_tweet.attributes.last_triggered)) > 15000 }} + # {%- else -%} + # true + # {%- endif -%} action: - service: script.tweet_engine_image diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index fb896c4a..991c3f6b 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 7f381b47..51e55ba0 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ