kitchen: Updates for v0.5
Kitchen v0.5 a few changes that affect the deployment: * The Bored Board is now backed by MQTT * The pool temperature is now displayed in the weather pane * The container image is now based on Fedora and includes its own time zone database and root CA bundle * The websocket server prevents the process from stopping correctly unless the graceful shutdown feature of `uvicorn` is disabled
This commit is contained in:
@@ -61,7 +61,7 @@ spec:
|
||||
projects: *projects_calendar
|
||||
|
||||
mqtt:
|
||||
hostname: homeassistant.pyrocufflink.blue
|
||||
host: mqtt.pyrocufflink.blue
|
||||
port: 8883
|
||||
tls: true
|
||||
username: kitchen
|
||||
@@ -78,6 +78,8 @@ spec:
|
||||
homeassistant_sensor_humidity_percent{entity="sensor.outdoor_humidity"}
|
||||
wind_speed: >-
|
||||
homeassistant_sensor_unit_m_per_s{entity="sensor.wind_speed"}
|
||||
pool: >-
|
||||
homeassistant_sensor_temperature_celsius{entity="sensor.pool_sensor_temperature"}
|
||||
|
||||
homeassistant:
|
||||
url: wss://homeassistant.pyrocufflink.blue/api/websocket
|
||||
|
||||
Reference in New Issue
Block a user