Julien Ehrhart

Results 165 comments of Julien Ehrhart

From I found while looking into this matter, `UiModeManager` was the "previous" way to identify the usage of Android Auto. It was used by Tasker but it seems that it's...

Your comparisons don't make sense, you're comparing the same things. ```yaml trigger: - platform: state entity_id: sensor.double_take_person1 - platform: state entity_id: sensor.double_take_person2 condition: - condition: template value_template: "{{ trigger.to_state.attributes.id !=...

Also interested by this but more generic: be able to enable / disable any masks using API / MQTT. In my case, I would like to enable a mask when...

> > Same thing here for a long time > > I modified the code from [here](https://github.com/S-March/esp32_ANCS/pull/4/files) and created this that's 100% working [mine](https://github.com/gabrielchristino/ANCS) This works perfectly with ESP-32 WROOM...

Another solution would be to handle the clickAction itself as an event with a custom identifier. I found this idea of sending the intent to a `Service` (ok, it was...

I try to find a workaround by using a normal link for the click action but the view would be a "landing page" with the action triggered on loading. The...

I enabled `browser_mod` in the mobile app and it works quite well. I am now able to track the current path with `sensor.telephone_julien_browser_path` so I can have a dashboard only...

Somehow related and interesting PR: [Allow clickAction to be set to noAction to do nothing #3407](https://github.com/home-assistant/android/pull/3407) It can be used to force the usage of dismiss or actions, that then...

Just curious, what's your use case for enabling High Accuracy when the phone is connected to Android Auto? In my case, since I use Waze / Maps in AA, the...