Scott Evans

Results 68 issues of Scott Evans

Create custom UI for selecting Linkplay presets: https://github.com/nagyrobi/home-assistant-custom-components-linkplay Might be able to replace stock media player card with input/radio select and presets.

Home Assistant

New theme (nord) is taking shape, might need some refinement for various states: https://github.com/arsaboo/homeassistant-config/blob/master/themes/sweetpink/sweetpink.yaml https://github.com/home-assistant/frontend/blob/master/src/resources/ha-style.ts

Home Assistant

https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/ The vacuum popup has a button for resume but it doesn't work. Using `start` clears the current cleaning plan rather than resuming. Related? https://github.com/home-assistant/core/issues/31906

Home Assistant
Bug

https://github.com/ikaruswill/lovelace-fan-xiaomi

Home Assistant
Hardware

https://github.com/eifinger/hass-foldingathomecontrol/blob/master/README.md

Home Assistant

It would be useful to be able to directly open Android apps from the HA UI. https://developer.chrome.com/multidevice/android/intents Will need to determine intents for each app.

Home Assistant

Some good examples here: https://github.com/rosterloh/homeassistant-config/blob/c68088410c9e7cd00ddf500d083df4f5184df457/packages/vaccum.yaml

Home Assistant

When the power goes (all switches and lights unavailable), SSH into Plex server for clean shutdown. When power comes back, find a way to keep rebooting the router if no...

Home Assistant
Docker
Bug

Allow motion setting to be toggled on each camera.

Use the device tracker to monitor device states: https://github.com/btotharye/Home-AssistantConfig-1/blob/master/sensor/devices_states.yaml ``` - platform: template sensors: wii: friendly_name: 'Wii' value_template: "{{ 'Online' if is_state('device_tracker.wii', 'home') else 'Offline' }}" ```

Home Assistant