Oscar Björkman

Results 10 comments of Oscar Björkman

Can confirm this has happened to me as well as I was attempting to put a view outside another in order to achieve.an "outside stroke".

Can confirm that this also happens on Android TV 8.0.0 on a Philips 55OLED803 TV.

@ESurge Nice! Do you perhaps have any idea on how to make this change but with the [sm64-port-android](https://github.com/VDavid003/sm64-port-android) repo for compiling it on Android...? I'm having difficulties using this repo...

I [managed](https://community.home-assistant.io/t/lights-card-inspired-by-ikea-home-smart-app-sliders-folding-and-header-toggle/394999) to achieve this with the help of `card_mod`: ``` head: entity: light.office_lights type: custom:slider-entity-row full_row: false hide_state: true style: hui-generic-entity-row$: | div.info.pointer.text-content { display: none; } hui-generic-entity-row: |...

> @oscarb if you search in the issues, I think it's already been discussed. have a look, I think you will find the answer. I searched for [snakeCase in closed...

Feel free to close this one unless you want to discuss the implementation details of `snakeCase` specifically. While I personally would like `purple500` to turn into `purple_500`, I can totally...

@chazzmoney Thanks for the reply! Yeah, good tip! I can probably work with your suggestion and then put the longer path, the part of it that is common between most...

I'll ask here cause I think it's on the same topic but please let me know if you want it as a separate issue. Correct me if I'm wrong, but...

I think I have a related issue. I updated my *DollaTek LoRa32 V2.1 433Mhz ESP32* to 1.7.0 from 1.6.0 yesterday using the update functionality provided via MQTT to Home Assistant....

Same goes for these two links regarding the `hass`object: https://github.com/home-assistant/developers.home-assistant/blob/3a3f894a93c7803dba42cb562f86b176a8e80505/docs/dev_101_config.md?plain=1#L32 https://github.com/home-assistant/developers.home-assistant/blob/3a3f894a93c7803dba42cb562f86b176a8e80505/docs/dev_101_events.md?plain=1#L60 I've googled around trying to find it but it feels like there's a lot of Core API docs missing...?