diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 50c56fca..537b9e4b 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.85.0b0 \ No newline at end of file +0.85.1 \ No newline at end of file diff --git a/config/packages/powerwall.yaml b/config/packages/powerwall.yaml index f7dd17c3..eb9e495d 100755 --- a/config/packages/powerwall.yaml +++ b/config/packages/powerwall.yaml @@ -116,9 +116,9 @@ automation: condition: or conditions: - condition: template - value_template: "{{ states('sensor.grid_statuse') == 'True' }}" + value_template: "{{ states('sensor.grid_status') == 'True' }}" - condition: template - value_template: "{{ states('sensor.grid_statuse') == 'False' }}" + value_template: "{{ states('sensor.grid_status') == 'False' }}" action: - service: script.notify_engine 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 4762ecbe..e69de29b 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