H. Árkosi Róbert

Results 317 comments of H. Árkosi Róbert

Found [here](https://community.home-assistant.io/t/card-mod-add-css-styles-to-any-lovelace-card/120744/187), needs [lovelace-card-mod](https://github.com/thomasloven/lovelace-card-mod), and [this little modification](https://github.com/AlexxIT/WebRTC/pull/291). Can be used to set ratio to 16:9: ``` style: | ha-card { --height-cctv: calc(28vh - 40px); --width-cctv: calc(var(--height-cctv) / 9 *...

With the PR above, and config like below, it will show nice (tested on Hikvision secondary streams): ``` - type: custom:webrtc-camera url: >- rtsp://user:[email protected]:554/Streaming/Channels/202 poster: http://192.168.2.10:8123/local/pub/HA_cam_poster3.png style: | ha-card {...

Yes it works fine here. Clear cache, restart browser.

@GregoryKowalik see [here](https://github.com/AlexxIT/WebRTC/issues/21) maybe this way you can do what you want.

I'd find that useful for other integrations too, like switch etc.

It needs modifications to the API and Home Assistant component side. Could go along with https://github.com/esphome/feature-requests/issues/1568

What do you mean by adoption mode? Also web server config is missing, no wonders you can't access it: ``` web_server: port: 80 ```

Very strange. I don't see any "ADOPT" option anywhere in my environment. I upload my first binary to the device with ESPHome flasher via serial port. After that, I use...

WiFi is set as dependency: https://github.com/esphome/esphome/blob/d99c5ed8901279def13815d9f2b22f9f8a203a9f/esphome/components/midea/climate.py#L38 You could perhaps try to copy the source of this component in your local environment, remove the wifi dependency and try to build it...