All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.10.2 (2022-06-30)
2.10.1 (2022-06-20)
2.10.0 (2022-06-19)
2.9.0 (2022-02-03)
- add optional footer, matching functionality of header (#813) (6979fcd)
- update dependency @mdi/font to v6 (#766) (384b49d)
2.8.0 (2021-12-04)
2.7.0 (2021-11-22)
2.6.5 (2021-10-28)
- charts not working (#783) (8a62b98)
- handle web socket API URL that have extra double slashes (#782) (71d0633)
2.6.4 (2021-10-26)
2.6.3 (2021-08-06)
2.6.2 (2021-07-21)
2.6.1 (2021-05-23)
- deps: update dependency node-sass to v6 (#716) (a239003)
- HISTORY: fix tooltip time for some locales (#724) (e2c5639)
- suppress undefined postfix (#722) (d7132ee)
2.6.0 (2021-05-01)
- CLIMATE: localized/customized lookup for climate options (f420183)
- LIGHT: show brightness control only when on (#707) (17a5a63)
- MEDIA_PLAYER: localized translation for mediaplayer "Source" label (af9b961)
2.5.0 (2021-04-20)
2.4.1 (2021-04-15)
- allow overriding REST API domain for ingress (5987c16)
- some issues in default example that triggered console errors (f95b918)
2.4.0 (2021-04-11)
- addon: define window variables for overriding server and API URLs (a52ac5b)
- CAMERA_STREAM: fix frozen streams playing on load (#694) (d3c51fe)
- WEATHER_LIST: format date column using date filter (#696) (c19f4b6)
2.3.1 (2021-04-07)
2.3.1 (2021-04-07)
2.3.0 (2021-04-05)
- support sensors which are timestamps (like uptime sensor) (#677) (b417812), closes #671
- WEATHER: localized number values and support "pressure" key (#666) (3a1b206)
- GRID groupAlignment option (#662) (719d424)
- deps: update dependency hls.js to v1 (#683) (570f5ce)
- don't include custom.css in the release (#686) (438bc8b)
- locales: make moment follow the locale set in the config (#680) (4126d1a), closes #678
- WEATHER, WEATHER_LIST: replace darksky with openweathermap in examples (#676) (1f5f541), closes #558
2.2.0 (2021-03-03)
- clock: show locale-formatted time (#651) (86c281e)
- DOOR_ENTRY: non-clickable items when opening popup programmatically (#664) (95373c7)
- SCREENSAVER: fix console errors when using weather tile (#663) (1669a12)
- SLIDER: update value in real-time on change (#652) (7d83970)
- WEATHER: update state mappings and documentation (#661) (40114d8)
- don't include empty custom.css in the release (d038e04), closes #564
- WEATHER: minor fixes for weather icon (e739b51)
2.1.3 (2021-01-31)
- update history tile's start date on state change (#581) (af1d878)
- ci: switch to latest version of release action (46875cf)
- styles: Fix divisions in SCSS files after updating to less 4 (71d7ff4)
2.1.2 (2020-11-30)
- add polyfills for URL/URLSearchParams (637e37f)
- ensure app is initialized even when config fails to load (4d3ec12)
- POPUP: merge tile defaults when passing newly created tile object (#555) (63e2b87), closes #553
- incorrect message telling user to copy example config to "dist" (94a9801)
2.1.1 (2020-11-27)
- merge default tile values correctly (#551) (6a814f2)
- CAMERA_STREAM: pause stream when screensaver active or page changed (#544) (3ba99d1), closes #541
- CAMERA_STREAM: support non-HLS-capable devices (#537) (7bbeb3c)
- CAMERA_THUMBNAIL: remove deprecated CAMERA_THUMBNAIL tile (#548) (0b0a101)
- docs: clearer instructions in the fallback index.html (8eaa551)
2.1.0 (2020-11-22)
- allow item.classes to be a function (#527) (813f315)
- support config file selection using a "config" query (#530) (711e2b8)
- use moment.js for timeAgo (#521) (5227be4)
- popup: popup timeout now accessible to user on $scope (#535) (6e73deb)
- improve handling of merging defaults for popup tiles (#519) (250ac64)
- CLIMATE: fix climate state toggle not showing up in hvac mode (#533) (d2b3717), closes #526
- dev: automatically fix eslint errors in changed files on commit (5d2a83d)
- dev: don't lint unstaged changes on commit (bee9da4), closes #512
- HOMEKIT: make colors of ON tiles consistent (#511) (76fae10), closes #448
- fullsize popup cropped at the bottom (#508) (3cfaef8), closes #423
2.0.3 (2020-10-29)
2.0.2 (2020-10-21)
- sliders to allow zero values (#493) (232204e)
- LIGHT: show color picker based on feature check (#488) (9f55a3d)
- don't cache icon background (#471) (f9ea1ef), closes #425
- enable arm buttons based on supported alarm features (9d829c1), closes #365
- enable arm buttons based on supported alarm features (#473) (31d5a5a), closes #365
- long-press closes popups and light sliders immediately (#489) (492895b)
- update alarm tile example with support for new states (#472) (43f151b)
2.0.1 (2020-10-12)
- bundle with mdi fonts instead of loading from external server (#468) (51bfd3b), closes #453
- camera full screen opening when clicking door entry camera (#463) (18f232a)
2.0.0 (2020-10-08)
- This changes some behavior:
- background of iframe tile is changed to
transparentwhite, because otherwise, the background of the iframe would be awkwardly gray. iframeStyles
are applied to the iframe tile. Not to thepopup-container
. This is mainly due to the way, the popup is structured. There simply is a facility to pass styles to a tile. But there is not a facility to apply styles directly to the popup. For the user, this means that styles (e.g. borders) do not include the popup title anymore.