diff --git a/config/packages/grafana.yaml b/config/packages/grafana.yaml index f5f7ddad..aac0bd22 100755 --- a/config/packages/grafana.yaml +++ b/config/packages/grafana.yaml @@ -2,13 +2,11 @@ # @CCOSTAN # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig #------------------------------------------- -# homeassistant: -# customize_glob: -# "*.*_sleep_hours": -# unit_of_measurement: hours -# icon: mdi:sleep -# -# hidden: False +homeassistant: + customize: + sensor.download_grafana_solar: + hidden: true + homebridge_hidden: True #------------------------------------------- sensor: @@ -16,11 +14,10 @@ sensor: name: "Download Grafana Solar" command: 'curl -s -H "Authorization: Bearer eyJrIjoiZ0UwS1hpRVdCbFVVSTNSdER0Z29maHc4QmVuSXhxalYiLCJuIjoiSEFDYW1lcmEiLCJpZCI6MX0=" "http://192.168.10.10:3000/render/d/h_wosLIik/solar?orgId=1&panelId=1&width=1000&height=700&from=now-42h&to=now-25h" > /config/www/custom_ui/floorplan/images/branding/solar_readings.png' scan_interval: 3000 - hidden: True camera: - platform: generic - name: Grafana_2 + name: "Grafana Solar Graph" still_image_url: 'http://192.168.10.10:3000/render/d/h_wosLIik/solar?orgId=1&panelId=1&width=1000&height=700&from=now-24h&to=now' username: HA password: HA 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 d15e4a83..7e0f0056 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