Albin Médoc

Results 26 comments of Albin Médoc

Any updates on this? Would be great to active guest mode when there are any devices connected to the guest network. But this isn't reliable right now.

Maybe this is just for TV accessories. But it would be a good feature to implement otherwise.

I don't know if this is something for rendering the icons? https://docs.nspanel.pky.eu/icon-cheatsheet.html

Down is a small sample ICS file. (I have shortened it and removed sensitive information) ``` BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH CALSCALE:GREGORIAN X-WR-CALNAME:TimeCenter Matilda Takkula PRODID:-//TimeCenter//EN X-WR-TIMEZONE:Europe/Stockholm BEGIN:VEVENT DTSTART:20230108T070000Z DTEND:20230108T100000Z SUMMARY:Semester (Färg...

This is how i add the calendar in configuration.yaml ``` platform: ics_calendar calendars: - name: "Matilda jobb" url: !secret ics_calendar_matilda_work parser: "ics" days: 30 user_agent: "Mozilla/5.0 (Macintosh; Intel Mac OS...

I'm working on getting this feature into Home Assistant. Your can see my draft PRs here: [Frontend #15484](https://github.com/home-assistant/frontend/pull/15484) [Core #88339](https://github.com/home-assistant/core/pull/88339) We can close this PR (for this integration) because this...

I'm fairly new to homebridge plugin development. As said in [this conversation](https://www.reddit.com/r/HomeKit/comments/r8bwqw/does_homekit_offer_support_for_ptz_pantiltzoom_in/), homekit supports PTZ. This is what I have found: [TargetTiltAngle](https://developers.homebridge.io/HAP-NodeJS/classes/Characteristic.html#TargetTiltAngle) [TargetVerticalTiltAngle](https://developers.homebridge.io/HAP-NodeJS/classes/Characteristic.html#TargetVerticalTiltAngle) [TargetHorizontalTiltAngle](AP-NodeJS/classes/Characteristic.html#TargetHorizontalTiltAngle) [DigitalZoom](https://developers.homebridge.io/HAP-NodeJS/classes/Characteristic.html#DigitalZoom) [OpticalZoom](https://developers.homebridge.io/HAP-NodeJS/classes/Characteristic.html#OpticalZoom)

I can make a new review when the problems are resolved.

Sorry for not adding all suggestions at one time. This is the last one. Then I'm happy.

Looks likes branch has conflicts that must be resolved, please rebase and fix conflicts.