WE HAVE THEMES 🎨👩🎨
Our already amazing frontend just got even more amazing thanks to @andrey-git. With the new theme support you can be in control of the primary color, accent color and a whole bunch more.
You can specify themes using new configuration options under frontend.
frontend:
themes:
green:
primary-color: "#6CA518"
Once a theme is defined, use the new frontend service frontend.set_theme
to activate it. More information in the docs.
Screenshot of a green dashboard
Not all parts of the user interface are themable yet. Expect improvements in future releases.
Kiosk mode
Another great new improvement for the frontend is the addition of a kiosk mode. When the frontend is viewed in kiosk mode, the tab bar will be hidden.
To activate kiosk mode, navigate to https://hass.example.com:8123/kiosk/group.living_room_view
. Note that for default_view
the url is just https://hass.example.com:8123/kiosk
This feature has also been brought to you by @Andrey-git! Big shout out to him for his continuous efforts to bring Home Assistant to the next level.
New Platforms
- Add london_underground (@robmarkcole - #8272) (sensor.london_underground docs) (new-platform)
- Add citybikes platform (@aronsky - #8202) (sensor.citybikes docs) (new-platform)
- Add One-Time Password sensor (OTP) (@postlund - #8332) (sensor.otp docs) (new-platform)
- Add component for xiaomi robot vacuum (switch.xiaomi_vacuum) (@rytilahti - #7913) (switch.xiaomi_vacuum docs) (new-platform)
- LaMetric platform and notify module (@open-homeautomation - #8230) (lametric docs) (notify.lametric docs) (new-platform)
- New component to connect to VELUX KLF 200 Interface (@Julius2342 - #8203) (velux docs) (scene.velux docs) (new-platform)
- New service
send_magic_packet
with new componentwake_on_lan
(@azogue - #8397) (wake_on_lan docs) (new-platform) - Add support for Prometheus (@rcloran - #8211) (prometheus docs) (new-platform)
- Refactored Amcrest to use central hub component (@tchellomello - #8184) (amcrest docs) (camera.amcrest docs) (sensor.amcrest docs) (breaking change) (new-platform)
- Added media_extractor service (@minchik - #8369) (media_extractor docs) (new-platform)
- Vizio SmartCast support (@vkorn - #8260) (media_player.vizio docs) (new-platform)
Release 0.49.1 - July 24
- Fix TP-Link device tracker regression since 0.49 (@maikelwever - #8497) (device_tracker.tplink docs)
- prometheus: Convert fahrenheit to celsius (@rcloran - #8511) (prometheus docs)
- Update dlib_face_detect.py (@pvizeli - #8516) (image_processing.dlib_face_detect docs)
- Realfix for dlib (@pvizeli - #8517) (image_processing.dlib_face_detect docs)
- Attach the
chat_id
for a callback query from a chat group (fixes #8461) (@azogue - #8523) (telegram_bot docs) - Fix support for multiple Apple TVs (@postlund - #8539)
- LIFX: assume default features for unknown products (@amelchio - #8553) (light.lifx docs)
- Fix broken status update for lighting4 devices (@ypollart - #8543) (rfxtrx docs) (binary_sensor.rfxtrx docs)
- zha: Update to bellows 0.3.4 (@rcloran - #8594) (zha docs)
- Fix STATION_SCHEMA validation on longitude (@clkao - #8610) (sensor.citybikes docs)
- Bumped Amcrest version (@tchellomello - #8624) (amcrest docs)
- Check if /dev/input/by-id exists (@schaal - #8601) (keyboard_remote docs)
- Tado Fix #8606 (@filcole - #8621) (climate.tado docs)
- prometheus: Fix zwave battery level (@rcloran - #8615) (prometheus docs)
- ubus: Make multiple instances work again (@glance- - #8571) (device_tracker.ubus docs)
- Properly slugify switch.flux update service name (@jawilson - #8545) (switch.flux docs)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker. Make sure to fill in all fields of the issue template.
Read on →