Last minute Layout changes of the camera.
This commit is contained in:
parent
ddfd5c23c4
commit
64f4398918
|
@ -2,13 +2,11 @@
|
||||||
# @CCOSTAN
|
# @CCOSTAN
|
||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
# homeassistant:
|
homeassistant:
|
||||||
# customize_glob:
|
customize:
|
||||||
# "*.*_sleep_hours":
|
sensor.download_grafana_solar:
|
||||||
# unit_of_measurement: hours
|
hidden: true
|
||||||
# icon: mdi:sleep
|
homebridge_hidden: True
|
||||||
#
|
|
||||||
# hidden: False
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
|
@ -16,11 +14,10 @@ sensor:
|
||||||
name: "Download Grafana Solar"
|
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'
|
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
|
scan_interval: 3000
|
||||||
hidden: True
|
|
||||||
|
|
||||||
camera:
|
camera:
|
||||||
- platform: generic
|
- 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'
|
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
|
username: HA
|
||||||
password: HA
|
password: HA
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 149 KiB |
Loading…
Reference in New Issue