cgarwood / homeassistant-fullykiosk

Fully Kiosk Browser integration for Home Assistant
Apache License 2.0
153 stars 27 forks source link

Please archive repo and/or mention in the README this is now part of hass core #128

Open onedr0p opened 1 year ago

onedr0p commented 1 year ago

This is now included in hass

https://github.com/home-assistant/core/pull/76737

cgarwood commented 1 year ago

There's one feature that hasn't made it over to the HA core integration yet, the set_config service. Once that's added I plan to archive the custom component.

chriskyte commented 1 year ago

Hi cgarwood, do you have an estimate timeframe please when you will add the set_config service to HA Core, this is something I use heavily from HA so cannot use the HA core version. I note this integration no longer works since 2023.4 so I am forced to stay on HA 2023.3 until this features comes to the HA Core version. Thanks.

cgarwood commented 1 year ago

Thanks for the nudge. PR up to add set_config to the HA core component. https://github.com/home-assistant/core/pull/95318

cgarwood commented 1 year ago

set_config PR was merged for the core integration and will be released in HA 2023.07 this week. One change, you no longer need to specify the config_type parameter.