Attila Fabian
Attila Fabian
>Since you have to change the pr, can you adjust the commit subject and message following our reference https://chris.beams.io/posts/git-commit/ ? Sure, updated! Thank you!
Same here. $ openssl s_client -showcerts -connect xxx.xxx.xxx.xxxx:3001 < /dev/null ``` CONNECTED(00000003) Can't use SSL_get_servername depth=1 C = KR, ST = Seoul, O = LG Electronics Inc., OU = HE...
Here's a workaround. 1. exec into your container (if you're using the containerized version) ``` docker exec -it homeassistant bash ``` 2. copy the webostv core integration into your custom_integrations...
I believe this override works for all installation methods. You will need to find the correct path of the `webostv` core integration as well as the path of the `custom_components`...