BeardedTinker

Results 72 comments of BeardedTinker

I've managed to do that by syncing O365 calendar to Google Calendar. All events are now in GCalendar and I can see them in HA. Maybe that way is an...

Here is excellent automation Jonny created. Of course, you still need individual YT Channel sensors before this will work: ``` alias: Youtube Live Stream description: '' trigger: - platform: state...

Created issue on component repository: https://github.com/custom-components/youtube/issues/56

With last change, some of the sensors are not automatically created and have to figure out why. But others for group/area work. ![image](https://user-images.githubusercontent.com/47822612/178096715-00f2e30b-2dc0-452d-a54d-b53d04fa4953.png)

It's working now :) ![image](https://user-images.githubusercontent.com/47822612/178205858-4e0f9789-c467-47e3-befc-c57fceda5529.png) Database is missing data for Elgato Air lights, but will try to add them by hand later.

> do you have any insight on the BME280 version in ESPhome? using the config from here: https://esphome.io/components/sensor/bme280.html gives me > > ``` > [C][bme280.sensor:143]: BME280: > [C][bme280.sensor:144]: Address: 0x77...

> Ah, I'm new to these boards so got 3 BME boards to start with. I have tried 0x76 as an alternate, but after digging into it a bunch more,...

I've added support for MQTT too. You can disable mqtt section if you don't need it ``` mqtt: broker: mqtt_ip username: mqtt_user password: mqtt_password ``` But if you do use...

Upgrade Home Assistant from 0.114.3 to 0.114.4 Release notes available via https://www.home-assistant.io/latest-release-notes/. This comment was generated by Jarvis.