Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

v1.0.0 🎉

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 13:58
· 15 commits to master since this release

The Big 1.0 🎉

We've got a handful of new entities and features and I figure the component is in a good enough state we can officially call it 1.0.

Number Entities

Number entities have been added for controlling screensaver brightness, screensaver time, and screen off time

Button Entities

Button entities have been added for restarting the app, rebooting the device (requires root), bring Fully to the foreground, sending Fully to the background, and re-loading the start URL.

Deprecated services

The fullykiosk.restart, reboot_device, to_foreground, to_background, and load_start_url services are now marked as deprecated and will be removed in a future update. Use the corresponding new button entities instead.

Other changes

A few minor changes, including:

  • Entity categories for some entities
  • Refactored sensor and binary sensor platforms to follow updated HA best practices.
  • Fixed a bug that could cause KeyErrors if certain data was missing from the Fully Kiosk device info response

What’s Changed

  • #76 - Tweak sensor state to handle missing attributes (@cgarwood)
  • #75 - Deprecate services replaced by button entities (@cgarwood)
  • #74 - Add button platform (@cgarwood)
  • #72 - Add number platform (@cgarwood)
  • #71 - Refactor binary_sensor to use entity descriptions (@cgarwood)
  • #70 - Refactor sensors to use SensorEntityDescription and shorthand attributes (@cgarwood)