Seán McCabe

Results 46 comments of Seán McCabe

You can use this template: - platform: template sensors: wind_direction_compass: friendly_name: "Wind Direction" value_template: > {% set direction = ['N','NNE','NE','ENE','E','ESE','SE','SSE','S','SSW','SW','WSW','W','WNW','NW','NNW','N'] %} {% set degree = states('sensor.wind_direction')|float(0) %} {{ direction[((degree+11.25)/22.5)|int] }}

> Looks like they offer 2 formats, `https` and `bgstats`. As long as BG Stats is registered to open both of these links then the first one should work. You...

Ok so just discovered that in the bg stats app on Android you have to actually turn on the the _Open supported links_ and then select which links in the...

This too, I have a Kettle I've since discovered the additional DPS for and would like to add, but to do so, need to fully remove and re-add, which I...

Nothing at all. If I have the split like above, then Circadian lighting never fires when the light turns on. If I just have the single switch it works fine....

I do see the standard `You are using a custom integration for circadian_lighting which has not been tested by Home Assistant. This component might cause stability problems, be sure to...

> How about "faking" the icon state/color after it's being pressed? That way it would be instant (for user). And then update tile correctly after that ~20s delay. I agree...

Chaning config from: ``` tts: - platform: google_cloud key_file: google_service_account.json voice: en-GB-Wavenet-F encoding: linear16 ``` to: ``` tts: - platform: google_cloud key_file: google_service_account.json voice: en-GB-Wavenet-F ``` So removing the encoding...

Getting the same issue with the J7+, documentation says it should work, but it does not. Retrieve the password using Dorita980 (the HA implementation also doesn't work, its just blank)....

I got this working for my j7+. Instructions says hold the button for 20 seconds. DON'T. Press it once and it will work. Holding causes the unit to reset. The...