Dale Campbell
Dale Campbell
I started working on a Go library for the API, with plans to eventually implement everything (when I get free time). Currently implemented: * APOD * EPIC * Mars Rover...
Same here with HA `v2023.3.6` (docker image `929548ebbeec`). Using the https://github.com/nicoinch/ha-nest-protect fork (commit https://github.com/nicoinch/ha-nest-protect/commit/1e62797b9464a85001bf231b7c9e44eb6eda964c as of this comment). Log entry: ``` 2023-04-23 07:06:37.108 ERROR (MainThread) [custom_components.nest_protect] Unknown pynest exception. Please...
@rud I can imagine a system where app_config is used to store per-user config (ie, config values accepted from end users), so this could potentially be an issue. I'll investigate...
Hasn't been implemented yet, but it will probably work like this: After `AppConfig.setup()` is called and completed, it will write the file once, then you must call `AppConfig.save!` in order...