diff --git a/config/packages/powerwall.yaml b/config/packages/powerwall.yaml index 281c0702..f7dd17c3 100755 --- a/config/packages/powerwall.yaml +++ b/config/packages/powerwall.yaml @@ -112,6 +112,14 @@ automation: - platform: state entity_id: sensor.grid_status + condition: + condition: or + conditions: + - condition: template + value_template: "{{ states('sensor.grid_statuse') == 'True' }}" + - condition: template + value_template: "{{ states('sensor.grid_statuse') == 'False' }}" + action: - service: script.notify_engine data_template: 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 cd203041..2cdb96af 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