Same issue for me, but tried a lot of time without success.
Thank you but this didnât help I had 100âs of line but nothing said why at the time it failed.
Hi @KennethLavrsen, you mention that you like having a standard yaml structure as you have many remotes. I would like to offer this variation which works well if you have multiple remotes performing the same function. This uses the Trigger State Object from https://www.home-assistant.io/docs/automation/templating/#zone to determine which entity triggered the automation.
- id: '1595451341852'
alias: Kitchen Lights Remote
description: ''
trigger:
- entity_id: sensor.remote2
platform: state
- entity_id: sensor.remote4
platform: state
action:
- choose:
- conditions:
- condition: template
value_template: "{{ states[trigger.to_state.domain][trigger.to_state.object_id].state == 'Button A' }}"
sequence:
- device_id: 5320c28c7c1e45c580aa9a5ad9bc4432
domain: light
entity_id: light.kitchen_lights
type: toggle
- conditions:
- condition: template
value_template: "{{ states[trigger.to_state.domain][trigger.to_state.object_id].state == 'Button B' }}"
sequence:
- entity_id: input_select.kitchen_scenes
service: input_select.select_next
- conditions:
- condition: template
value_template: "{{ states[trigger.to_state.domain][trigger.to_state.object_id].state == 'Button C' }}"
sequence:
- entity_id: input_select.kitchen_scenes
service: input_select.select_previous
- conditions:
- condition: template
value_template: "{{ states[trigger.to_state.domain][trigger.to_state.object_id].state == 'Button D' }}"
sequence:
- device_id: 92c52b6d053e42e5a472e7b017c60032
domain: switch
entity_id: switch.sonoff03
type: toggle
Not a big deal but Iâm seeing this error in my logs since upgrading to 0.113
I do have the Add-on installed for Visual Studio code. Looked every where to change the mdi to the right one. is anyone else seeing the same?
I had the same issue with home assistant never completing startup, so I rolled back to previous version.
I now suspect it was due to kodi in my config: https://github.com/home-assistant/core/issues/38160
There also seems to be an issue with 0.113 if you use tensorflow or onvif.
Iâm guessing that is from the VSCode add-on being added to the sidebar. You will have to wait for an update.
I have the same addon but I have not added it to the the sidebar so donât see the warning.
Hi All,
I implemented the following automation using the new Choose action to turn on/ off lights based on a door sensor. Iâm wondering if thereâs a way to add a âforâ condition for the sensor on state to turn off the lights when the door is opened for 5 mins?
Right now I have it configured using a delay.
trigger:
- platform: state
entity_id:
- binary_sensor.laundry_door_sensor
action:
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.laundry_door_sensor
state: "on"
sequence:
- service: light.turn_on
entity_id: light.laundry_lights
- delay: 00:05:00
- service: light.turn_off
entity_id: light.laundry_lights
- conditions:
- condition: state
entity_id: binary_sensor.laundry_door_sensor
state: "off"
sequence:
- service: light.turn_off
entity_id: light.laundry_lights
Thank you, this helped narrow down the problem.
I think it is related to onvif cameras.
I created ticket with logs here.
Hi @all
I have a Problem with all the wonderful new features. In all the automations I received in visual studio the error message âproperty not allowedâ. Uninstall and install again was no solution. When I check the configuration, the System display no errors. I guess the is a problem on my Visual Studio. Any Idea what can I do?
Many thanks
Frank
Correct. I added it to my sidebar as a test and it generated the error. Will probably be fixed with the next VScode update as mentioned.
You can ask the author of the extension to update the schema to include the new features.
Here: https://github.com/keesschollaart81/vscode-home-assistant/issues
Or you can do it yourself locally: https://github.com/keesschollaart81/vscode-home-assistant/wiki/HowTo:-Update-the-schema's
Hey guys,
I noticed some strange German translations within the âServer Managementâ-Page:
âReload Input Booleansâ
âReload Input Numbersâ
âReload Input DateTimeâ
etc.
Theyâre called
âEingabe-Booleans neu ladenâ
âEingabenummern neu ladenâ
âEingabe-Datums- und Zeitfelder neu ladenâ
etcâŚ
In my opinion this is a strange german wording:
My suggestion here is:
âUmschalt-Helfer neu ladenâ
âNummern-Helfer neu ladenâ
âText-Helfer neu ladenâ
âDatum & Uhrzeit-Helfer neu ladenâ
âDropdown-Helfer neu ladenâ
The functions are already translated within the "Helpers-Menu, the current translation kind of differs from these âHelpers-Menuâ-translations in strange ways.
Am I the only one?
New bug introduced in this release. I would post it on github but I was blocked (by @balloob) because of my last feature request for the android app to make it accesible for more people - sad but true. Wonder what the Code of Conduct is actually forâŚ
The bug is the following (reproduced on two different hass servers and various clients, mobile & desktop as well with various browsers and the android app Libre Assistant)
Opening any entity in lovelace, for example this one:
And clicking the wheel up right:
followed by a click on the tab ârelatedâ will give you this nice list of related entities:
they are clickable and in the past (prior to this release 0.113) they opened the entity directly.
The new behavior is that itâs not presented in front of this modal but behind - which is quite useless
Just tried it out. It opens indeed behind the modal. Tested on 0.113.1.
Or just this:
value_template: "{{ trigger.to_state.state == 'Button B' }}"
Thankâs for confirming⌠hope some one will see this one dayâŚ
Just to be clear; this means a few idiots willing to break their test instances (with alpha code)
And does not refer to the quality of those testers
the more-info pop-ups on AirVisual card no longer work. Anyone else seeing this?
IKEA integrations - Any body else having isues with the ikea integration? in 0.113 i need to re-integrate my two ikea gateways to have connection to the lights. this has to be done again after a while.