__JosephAbbey

Results 9 comments of __JosephAbbey

I can also write code for any of the features I suggested just let me know.

Ah yes that is annoying. I did a bit of googling and couldn't find a way arround it, I understand why it is there but it is annoying.

I will start work on the command line.

I think that the kotlin approach is the way forward, because it would actually be `4 * 14 * 14 * 2` if selecting a secondary accent colour is allowed...

Hey, I have done a little experiment with the sections layout and the conditional card. It also produces layout shift when toggling. It may be worth adding a context aware...

@piitaya, I have been experimenting with the new `visibility` property and it seems like this is going to be used in preference to conditional elements, in which case should I...

I think that the issue is that we are using the REST API for rendering templates which requires admin, the webhook API may not have the same requirements: https://developers.home-assistant.io/docs/api/native-app-integration/sending-data#render-templates.

This confirms that admin is required for the REST endpoint: https://github.com/home-assistant/core/blob/dev/homeassistant%2Fcomponents%2Fapi%2F__init__.py#L441-L457 ```python class APITemplateView(HomeAssistantView): """View to handle Template requests.""" url = URL_API_TEMPLATE name = "api:template" @require_admin async def post(self, request:...

Yes, until it gets merged, you need to include: ```yaml external_components: source: github://JosephAbbey/esphome-hcpbridge refresh: 0s # Ensure you always get the latest version ```