Screens!
Group components are gone! All the components besides media players are shown on customizable screen now. This also means internal components (lights, sensors, etc) built into a device are displayable alongside Home Assistant components
- Add generic screens and remove domain specific screens
- Version is optionally shown
- Include settings.yaml with reset switch, wifi ssid and signal strength
- Move all components besides media player into
homeassistant_component
- now platform for home assistant components is like
platform: homeassistant_component
- now platform for home assistant components is like
- Add new components
- Cover
- Input Number
- M5Stick I2C Rotary Encoder
- Add Lock function
- Menu up goes back to the previous menu, instead of going to root always
- Device sleeps after 45s if theres no wifi so it doesn't stay on forever
What's Changed
- add lock function by @landonr in #51
- add sleep after 45s if theres no network by @landonr in #52
- Lando/optional components by @landonr in #53
- support internal light along external api light by @landonr in #54
- Update README.md by @landonr in #56
- update fire and m5stick c by @landonr in #55
- support custom screens / rooms by @landonr in #57
- Add Input Number, make editing values generic by @landonr in #61
- behold, Covers by @landonr in #58
New Contributors
- @landonr made their first contribution in #5
- @abroooo made their first contribution in #9
- @lmatter made their first contribution in #23
- @Carunga made their first contribution in #24
- @JasperCohen made their first contribution in #32
Full Changelog: https://github.com/landonr/homeThing/commits/0.0.6