* Storage space breakdown
* update mock data
* update format
* new format
* clean up
* fix
* remove useless if
* use ha-tooltip and styleMap
* fix hover
* Remove eMMC specific references in disk life time handling
Remove eMMC specific calculations and references in the disk life
time handling to generalize the code for all disk types. This includes
updating translations and UI components to reflect a more generic
approach to disk life time metrics.
* Assume 30 MB/s as the speed for disk operations
The previous code tried to estimate based on disk type, 30 MB/s for
eMMC devices and 10 MB/s for others. However, this did not work
correctly since the disk_life_time returns null for non-eMMC devices,
leading to 30 MB/s being used for all devices.
Now disk_life_time is not a eMMC indicator anymore. Simply assume a
constant speed of 30 MB/s for all disk operations explicitly.
* fix issues with develop and serve
* fix get image data, use hassUrl
* save picture-upload
* Update bundje.cjs
* Prettier
* Fix profile picture in dev serve mode
* person badge too
---------
Co-authored-by: Wendelin <w@pe8.at>
* Check core only if supervisor or observer is unresponsive
* Improve core check
* Revert test code
* Remove unused prop
* Combine network info with core check
* Combine ping and network info
* Add 30 sec timeout before show errors
* Update landing-page/src/ha-landing-page.ts
* Assume supervisor update on failed ping
* Fix typo
* Update ts-eslint
* Remove comments
* Remove unused ts-ignore
* Add undefined generic type instead of unknown
* Remove unused undefined type
* Fix type issues
* Use undefined instead of void for subscribed return type
* Add fallback for missing logs boot result.
* Add fallback for logs full download when boots are missing
* Fix function naming and single boot select in error-log-card
* Add logs follow for error-log-card WIP
* Add stream config logs
* Add new logs indicator to error-log-card
* Add number of lines select for error-log-card
* Add improvements and nr of lines to error-log-card
* Fix error-log-card linter issue
* Use error-log-card in addon views
* Remove unused hassio-addon-logs
* Add backwards compatibility for error-log-card
* Remove version test flag in error-log-card
* Add recovery mode support to error-log-card
* Add search highlight for error-log-card
* Add search, add additional lines to ha-ansi-to-html
* Add infinity load older logs in error-log-card
* Fix hassio-supervisor-log using fetchHassioLogs
* Fix colored lines in ha-ansi-to-html
* Fix search and prevent empty parts in ha-ansi-to-html
* Fix load old logs initially in error-log-card
* Add download log lines dialog
* Fix load logs without stream in error-log-card
* Fix ha-ansi-to-html search
* Add debounce scroll for core provider in error-log-card
* Add hass.callApiRaw
* Fix variable naming for dialog-download-logs
* Improve scroll down wording in error-log-card
* Split netmask from IP address
* handle ipv6 as well
* render fix
* improved UI for IP, mask & DNS
* remove ip detail dialog
* use `nothing`
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* use ha-list-item instead of mwc
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>