Antonín Skala

Results 100 comments of Antonín Skala

Hi, I create separate sensor for each type an then place them into same Area: ``` sensor: # ESP8266_AirSensor_1 - platform: virtual name: '!babi co2' class: carbon_dioxide initial_value: 0 initial_availability:...

Hi @adepeuf , if still interested, could You test my PR?

Hi @jbell968, could you try to add lock and call: ``` service: virtual.set_available data: entity_id: __name_of_entity__ value: true ```

Ok, I will check if some breaking change was done to lock.

Fix proposed, my bad. Hi @twrecked, could you check PR, please.

Hi @mtsmtsmts, @ildarmustafin, @GowthamGottimukkala, @mark-hahn, if you are still interested in OTA over Websocket, would You mind testing PR#719?

Hi https://github.com/Links2004/arduinoWebSockets/tree/master/examples/esp8266/WebSocketClientOTA

Hi @dr3adx, I made a small mistake on line 97. Change `asyncio.run(self.start_)` to `asyncio.run(self.start_())` I will send a PR with the fix.

Hi @dr3adx, did change fixed run for You?

Hi, wine debug say: ``` EnableNonClientDpiScaling() failed for HWND 0x1501b6 (120) (This call is not implemented) ``` We will have to wait for wine developers to implement it.