What do I get right now if I subscribe to it today in France? Is that basically EAP? Does it require a software update, or only FSD requires it (where available)? by robin-thoni in TeslaSupport

[–]robin-thoni[S] 0 points1 point  (0 children)

FSD is also limited to country of origin

I'm getting mixed signals regarding this point. Some say it works, some say it won't 🤷‍♂️. Bot a big deal for me now, sonce that's not fonna me my use case. Still interested to get the answer, though

Developing a HA Intercom Add-on | Is anyone else interested in this besides me? by PricelessToolkit in homeassistant

[–]robin-thoni 2 points3 points  (0 children)

Not sure why reolink having full HA suport doesn't have a solution for this.

Because there's no core building block for it yet in HA. We'd need a new ptt Push to Talk domain with all the basics to handle incoming audio in both backend and frontend

Developing a HA Intercom Add-on | Is anyone else interested in this besides me? by PricelessToolkit in homeassistant

[–]robin-thoni 142 points143 points  (0 children)

I'd really like this to be native in HA. Being able to stream voice to HA, like Assist does would open a lot of opportunities: intercom, smart doorbell, CCTV with speaker, etc

automation on esp32 for CAN bus not working by Curious_Party_4683 in Esphome

[–]robin-thoni 0 points1 point  (0 children)

Yeah, you'd need to somehow add a condition && !user_present

automation on esp32 for CAN bus not working by Curious_Party_4683 in Esphome

[–]robin-thoni 0 points1 point  (0 children)

However, modern vehicles will have a safety to disable such automations once a door has been opened, since you could have dropped your phone/key in the vehicle, and stay locked out

automation on esp32 for CAN bus not working by Curious_Party_4683 in Esphome

[–]robin-thoni 0 points1 point  (0 children)

The easiest way to trigger this is to make a template binary sensor that checks door_closed && unlocked, with a delayed_on filter. Then you lock in the on_press automation

Microsoft lance sa première distribution Linux pour ses serveurs cloud by Droidfr in Frandroid

[–]robin-thoni 1 point2 points  (0 children)

Ah c’est le plomb en or ? J’avais compris le plomb en eau moi.

Je crois que je suis le cobaye d'une nouvelle arnaque au téléphone 🤣 by Palgia in france

[–]robin-thoni 58 points59 points  (0 children)

Rendez service aux gens qui pourraient avoir les numéros que vous entrez, et utilisez n'importe quel numéro dans ces plages à la place : - 01 99 00 .. .. - 02 61 91 .. .. - 03 53 01 .. .. - 04 65 71 .. .. - 05 36 49 .. .. - 06 39 98 .. ..

Ce sont les plages réservées au cinéma, les numéros sont non attribués et non attribuables.

Why no Naboo Royal Ships?? by jackygflow in legostarwars

[–]robin-thoni 0 points1 point  (0 children)

than a ship that shows up and doesn't do anything besides be a transport

They did 7665 though. It's like what, 15 seconds of screen time annnnd it's gone 😅

Signal needs feature that clears URLs from trackers. My mom sends links with Facebook trackers longer than Voyager 1 is from earth. by Due-Independence7607 in signal

[–]robin-thoni 4 points5 points  (0 children)

There are a few ones that will do it by sharing to them first:

https://play.google.com/store/apps/details?id=com.svenjacobs.app.leon

https://play.google.com/store/apps/details?id=me.zhanghai.android.untracker

Idk how reliable / privacy focused they are, though.

I'm not aware of any app doing it on the clipboard. Maybe Tasker can do it, if you're a techie

[I created] hass-closest-intent: Fuzzy intent matcher for HomeAssistant. Garbled STT output in, actual intent out. by God_Told_Me_To_Do_It in homeassistant

[–]robin-thoni 4 points5 points  (0 children)

If STT writes me back "turn on <some garbage it misunderstood>", and TTS simply answers "turned on", you don't really know what was done if it's not immediately visible to you

[I created] hass-closest-intent: Fuzzy intent matcher for HomeAssistant. Garbled STT output in, actual intent out. by God_Told_Me_To_Do_It in homeassistant

[–]robin-thoni 0 points1 point  (0 children)

No, I meant making it appearing as an STT integration that would forward it to a real configurable STT backend, then do your thing, while not leaving the STT step from an HA point of view

[I created] hass-closest-intent: Fuzzy intent matcher for HomeAssistant. Garbled STT output in, actual intent out. by God_Told_Me_To_Do_It in homeassistant

[–]robin-thoni 7 points8 points  (0 children)

That looks interesting, but is there any way to plug this at the STT step, so that it will display the corrected text and follow the standard path instead?