New tautulli only watching entity
Hello, after the update to 2022.5.3 I have now the new tautulli integration which only shows 1 entity. What happen with the other entitys mentioned in this article Tautulli - Home Assistant Best...
View ArticleUsing sonos favourites sensor
I am trying to use the new sonos sensor about favourites and created this script to play randomly favourites, but i get no success… sonos_random: alias: Play Sonos Favourites sequence: - service:...
View ArticleHow to compute distances from GPS history
Hello! I have a GPS sensor from Home Assistant companion app. I’m looking for a way to compute the number of km that have been traveled each day. I have seen the proximity tool but I don’t understand...
View ArticleDevice tracker showing stationary when actually going towards to the Home
Hello. Recently I created some automation to open a gate when coming home, it sometimes works, and sometimes it doesn’t. When the gate is not opened the automation trace says that the travel_direction...
View ArticleUsing current price compared to average price to cut electricity price peak,...
Hi I need some help with Template IF/ELSE logic. RPI 4, Home Assistant Core Installed version 2022.5.2 I´m trying to make an automation starting and stopping my circulation pump for my underfloor...
View ArticleSend an OFF to a KNX group address
Hi, I’m using KNX integration a lot, works really great for my home. But now I’d like to send an “OFF” to a certain group address (for ‘all lights off’ in our house) Problem is, I can only find cards...
View ArticleChange senor value 0 or 1 to OK or Refill
I have a sensor for a smal water tank (sensor.akab_out_of_water) with value 0 when it’s OK and value 1 when it’s empty. I would like to change that in my Lovelace , instead of 0 to be OK and instead...
View ArticleCreate custom binary sensor based on boolean
I am trying to integrate a motion sensor from a Control4 via Webhooks. I have an input boolean that is working great that C4 calls on a change of state of the motion detector. Now I want to be able to...
View ArticlePhillips hue 4 button switch: define all 4 button actions in one automation...
i silly question (for me at least :)). I have a phillips hue 4 button switch. i can create an automation that works well for each button separately : alias: Front door switch up B1 description: ''...
View ArticleInput_text compare if value is equal to in given time
Hi… I’ve a scenario where I want to trigger an automation if a input_text wasn’t equal to a value in a given time range. Example: input_text_icao24 store a 6 digit number for each plane who passes my...
View ArticleAutomation condition based on user action
Hy there! I have an automation in HA to power ON and OFF a water heater using a sonoff s26r2 wifi switch trigger by a state and attribute condition value provided by a solar inverter (huawei sun2000l)...
View ArticleWhat is Notify Target?
I successfully generated an automation that created a notification on my Samsung S10 phone. But in that Automation dialog, there is a field called “Target”. What is it? What does it do? What is its...
View ArticlePeriodically change dashboard wallpaper
Has anyone automated changing the wallpaper on a dashboard at different times of the day ? Thanks. 1 post - 1 participant Read full topic
View ArticleExclude entities from a variable
Hi all, I have a automation that is working but want exclude some things: {% set ns = namespace(battery=[]) %} {% for s in states.sensor if 'battery_level' in s.entity_id %} {% set ns.battery =...
View ArticleCondition 'sun' is always false
I have an automation that should work only after sunset and before the sunrise. I used the following condition from the example but it is always false. - condition: sun after: sunset before: sunrise...
View ArticleTemplating service call in blueprint for mobile_app notification with...
Is it possible in a blueprint to to template one or more service calls depending on the input? What I am trying to achieve is that the user selects multiple mobile_app devices to get them notified....
View ArticleAny way to add a force_update property to Insteon switch?
I’m using a 2413S PLM with the Insteon integration and would like to be notified when I press up (on) on a Switchlinc switch even when the switch is already “on.” Ditto for pressing down when the...
View ArticleMedia Player media-control card issues
In landscape mode, on both the Android app and in a web browser, when you turn on a media player, the power button disappears. To turn it off, you have to hit the three dots and then turn it off from...
View ArticleEffect: "None" not triggering automation
Setup: In short ESPHome device, made of WS2812B LED strip. 50 pixels in summary, split in 5x10 pixels via partition platform. Proudly made by me This is the ESPHome configuration: esphome: name:...
View ArticleLivolo Zigbee socket with conbee ll
Hello Community, Maybe someone lost the hair like me on the same issue and can advise how to fix. After searching in the forum and finding some real good suggestions I still struggle to configure my...
View Article