-
Notifications
You must be signed in to change notification settings - Fork 27
Submit to HA Core #118
Comments
HA 2022.9 beta is out with the new integration in |
Great news! Do you still need some beta testing or it is ready for final release? |
Very nice, a lot of new integrations are pending for months, but this integration did the job within one. Beta tested without problems. Big thank you |
@chpego planning to copy over the services for open url, open app, and set config parameter. Just ran out of time before the beta & release. I believe the rest of the services have been replaced by button entities or stock media_player services. |
Thanks for moving this to core! Awesome job. |
Hi @cgarwood , |
I'm on the same situation :) |
But I updated HA to 2022.9, and the HACS version of Fully Kiosk is still working. |
I would remove the HACS version though. Might get confusing after a while. |
Of course, I'll do it as soon as the core version receives the start_application service. |
It doesn't look like the services made it into the HA 9.0 release. When are you thinking those will make it? I used to use the fullykiosk.load_url to bring up doorbell camera feed when a person was detected. |
Nevermind, completely missed the |
Any chance the you can bring over the fully_kiosk.say command? I very much prefer the sound of the FK voice for announcements as opposed the Google TTS. Thank you! |
What is the right/easiest way to switch from the HACS version to the new HA core version? |
Delete the integration from HACS and add official one on the integration page. |
So I have switched from HACS to the official integration. Was really smooth as everything I was using is there. Great! For those who like the screen to be represented as
|
Hi guys! |
Migration experience: I've gone the "add the core integration, keep the custom one for a while and compare everything entity by entity" route as proposed here https://community.home-assistant.io/t/2022-9-home-assistant-birthday-release/458283/82.
1. BUT the following things are kind of a problem and partly a step back compared to the custom integration: ⚠ 1.1 Incomplete light entity
That's quite a downgrade ⬇ in my opinion. Lights with the ability to set the brightness should have that config option directly in the entity.
⚠ 1.2 Media_Player behavior ✔ 1.3 No services available Did they maybe get removed together with uninstalling the custom integration? ✔ **1.4 Missing service ➡ Any need for bug reports / feature requests as single issues for those listed points @cgarwood ? 2. Further suggestions for minor improvements: 2.1 Make values show up visually instead of numbers only Currently needed in customize.yaml:
2.2 Kiosk Mode Switch |
This is not available in the REST API of kiosk app so I don't think it is at all possible. As far as I was checking the integration has implemented all available features of the API. You can check here: |
Well it's the first entry so... should be possible. Or does this mean the Kiosk lock (which is indeed implemented)? A bit of a wording/function confusion here.
I have none. Restarted HA again multiple times - nothing. I need urgently:
Damn, I think I removed that custom integration a bit too quickly. |
Yes, I believe this is the one. But those are two different things. As far as I know kiosk lock will require password to unlock but kiosk mode will still be on. It seems that you can disable kiosk mode only from the app on the device. Regarding services: are you running latest version of HA? Maybe it was implemented later. For volume: there is no such service dedicated to fully kiosk, probably you can use |
I filed an issue for the missing services at home-assistant/core#83260. Also filed an issue for the media player always in
Works perfect! Thank you so much. 👍👍👍 |
So you need to upgrade. According to this one it has been added in 2022.10 release. |
@Protoncek you can just rename each entity_id as well |
Oh man... should have read the initial post three times, not only twice. Thanks! |
@adorobis yes, that’s “kinda” solution. But way easier would be to rename in one “go”. |
Ahhh… |
I'm in the process of submitting this component to HA Core for inclusion in 2022.9. There are a few breaking changes between this custom component and the version that will be in HA Core:
Changes:
light
entity for controlling the screen has been removed and replaced with aswitch
for turning the screen on and off, and anumber
entity for controlling brightness, to better line up with HA architecture.fullykiosk
tofully_kiosk
- you'll need to re-setup the integration or do some find & replace magic on HA's config files to migrate.New Features:
Still a few more PRs to submit, but I'll try to keep this updated with changes until the HA release.
The text was updated successfully, but these errors were encountered: