Finding configuration.yaml
sorry but this is doing my head in! I have added some code to the configuration.yaml file using the file editor (for my KEF speakers but the integration does not show up). In file editor it says at...
View ArticleWriting an intent that passes a string variable to Google Gen AI
I have a Voice Assistant using a local [Ollama] LLM through acon96/home-llm. I would like the LLM to understand “Ask Google blah”; this should cause it pass “blah” to the Google Gen AI integration...
View ArticleMqtt Ring - alarm_control_panel.home_alarm not available
Hi, since mid-February the Ring Mqtt entity tells me “This entity is no longer served by the mqtt integration.” How come? How can I solve it? I installed “Manual MQTT Alarm Control Panel” and inserted...
View ArticleGeofencing problem
strong textHi, I installed the Proximity add on and copied the Automation of SmartHomeJunky to manage my home temperature regarding the presence of my family members.Mastering Geofencing in Home...
View ArticleDNS Struggles
Hi, I’m having trouble getting my system to resolve *.local addresses. Further it doesn’t appear to be using my local dns server. Home Assistant Core 2025.2.4 Supervisor 2025.02.1 Operating System...
View ArticleRepeat until - does it wait for the condition to update?
Hello, I have the following automation action code: repeat: sequence: - action: mqtt.publish metadata: {} data: qos: "0" topic: >- application/39ab8-e1/device/a84/command/down payload: >-...
View ArticleWarning with light entity card
I use the light entity card (HACS). When I use the slider for the color temp I get a warning in the logs: “Got ‘color_temp’ argument in ‘turn_on’ service, which is deprecated and will break in Home...
View ArticleHelp with Zigbee Green Power (ZGP) 3-Gang Moes Self-Powered Switch in...
Hello, I’m very new to HA. I have a Moes 3-Gang Self-Powered Zigbee Green Power (ZGP) switch that I want to integrate into my Zigbee2MQTT setup. Since ZGP messages cannot be directly processed by...
View ArticleAutomation with Aqara P1 motion sensor massively delayed
Hi there. I have an Aqara P1 motion sensor in my hallway that when it detects motion, it turns on a light switch and when it stops detecting motion, it turns it off. Very simple automation which has...
View ArticleCheck if the device has an assigned area [Jinja2 template]
Which filter should be added to this record to select those devices to which the area is assigned {{ states.light|selectattr('state','eq','on')|map(attribute='entity_id')| list }} I should check what...
View ArticleYAML automation
I’m trying to add a condition to turn off heating after 2 hours with no motion detected. Here is what I have: conditions: - condition: binary_sensor entity_id: binary_sensor.hue_motion_sensor_1_motion...
View ArticleJust want to increase Font size on a Tile Card past 20px
Couple questions - Is there a list of Card_mod commands listed somewhere? Seems like a fairly simple thing to post, but I can not find it anywhere. Why are font sizes not listed in the Visual editor?...
View ArticleSyntax error with Conversation response
Hi, I’m hoping for a quick fix for a test I’m doing while trying to figure out the Conversation Response action. I tried plugging in some YAML that I’ve been using for an announcement on an Echo...
View ArticleHow to use the response of an action as a state for a switch?
I am trying to create a switch card for turning lights and plugs on and off via Google Assistant SDK Custom that I can’t connect to Home Assistant. I have started with a subwoofer connected to a smart...
View ArticleMy ZWave network is esentially unusable (invalid payload errors), I am...
I am currently running HAOS on a Beelink mini PC. Core 2025.2.4 Supervisor 2025.02.1 Operating System 14.2 Frontend 20250214.0 With: ZWave JS 0.10.0 Aeotec Z Stick 7 Plus on USB extension About 16...
View ArticleMyEnergi API data ingest
I am new to HA and trying to get it to ingest Myenergi API data. In the HA terminal, I get a proper JSON response to the following: curl --digest -u “**username:**password”...
View ArticleHow are you Automation & Notifying on groups of entities - when one changes?
I’m not finding a way to make this easy… In my old systems (vera, Homeseer, etc) it was super simple, super fast, all UI based. What am I missing in HA that I cant figure out how to make this easy...
View ArticleUsing Cloudflare, Home Assistant Core and SSL
I want to pre-face this all with, yes, I have searched and search and cannot seem to get an answer to what I am dealing with. All referenced software/containers/etc. is running in UNRaid. This is Home...
View ArticleCustom Sentences not loaded or missing
I’m trying to make HA load my YAML file with the following custom sentences: language: "en" intents: PlayRadio: data: - sentences: - "Play {radio_station} on {media_player}" - "Start {radio_station}...
View ArticleZwave scene event automation using the node id of the event to get the...
Let me start with saying I am not a Yaml or jinja expert, although I have learned a lot in the last week trying to work my way through this. What I am trying to accomplish: Respond to a push on a...
View Article