20260326
This commit is contained in:
@@ -13,11 +13,9 @@ homeassistant:
|
||||
auth_providers:
|
||||
- type: trusted_networks
|
||||
trusted_networks:
|
||||
- 192.168.2.0/24
|
||||
- 172.16.20.0/24
|
||||
- 192.168.1.0/24
|
||||
trusted_users:
|
||||
192.168.2.170: d60f15dc903c4db087bfe493d3fba434
|
||||
172.16.20.77: d60f15dc903c4db087bfe493d3fba434
|
||||
192.168.1.134: 9bf8b1236c854d0b81e22d53e7a1ca90
|
||||
allow_bypass_login: true
|
||||
- type: homeassistant
|
||||
#d60f15dc903c4db087bfe493d3fba434
|
||||
@@ -28,3 +26,23 @@ homeassistant:
|
||||
logger:
|
||||
default: warning
|
||||
#logs:
|
||||
|
||||
rest_command:
|
||||
shelly_kiosk_on:
|
||||
url: 'http://192.168.1.203/rpc/Ui.Screen.Set?params={"on":true}'
|
||||
method: get
|
||||
shelly_kiosk_off:
|
||||
url: 'http://192.168.1.203/rpc/Ui.Screen.Set?params={"on":false}'
|
||||
method: get
|
||||
shelly_kiosk_brightness_100:
|
||||
url: 'http://192.168.1.203/rpc/Ui.SetConfig?config={"brightness":{"level":100,"auto":false}}'
|
||||
method: get
|
||||
# http:
|
||||
# use_x_forwarded_for: true
|
||||
# # ssl_certificate: /config/ssl/fullchain.pem
|
||||
# # ssl_key: /config/ssl/privkey.pem
|
||||
# trusted_proxies:
|
||||
# - 192.168.1.106
|
||||
|
||||
websocket_api:
|
||||
max_message_size: 33554432
|
||||
|
||||
Reference in New Issue
Block a user