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

Releases: cgarwood/homeassistant-fullykiosk

1.1.0

30 Jun 17:10
Compare
Choose a tag to compare

A couple minor fixes and tweaks, and resolving a deprecation error introduced in HA 2022.7. As a result of this fix, the minimum HA version is now 2022.7.0b0.

What’s Changed

  • #111 - Set minimum HA version for HACS (@cgarwood)
  • #108 - Fix deprecation warning in HA 2022.7 (@cgarwood)
  • #109 - Loosen validation for load_url service from cv.url->cv.string (@cgarwood)
  • #110 - Remove timestamp device class from last app start sensor (@cgarwood)

v1.0.2

15 May 21:17
Compare
Choose a tag to compare

What’s Changed

v1.0.1

28 Dec 18:35
Compare
Choose a tag to compare

What’s Changed

  • #78 - Fix number entity min/max/step handling for HA 2021.12 (@cgarwood)

v1.0.0 🎉

28 Dec 13:58
Compare
Choose a tag to compare

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)

0.1.6

27 Dec 15:55
Compare
Choose a tag to compare

What’s Changed

  • #69 - Use diagnostic entity category for RAM, storage, and WiFi sensors (@cgarwood)
  • #47 - Add switch for motion detection (@SamMousa)
  • #66 - Add service to_background (@chpego)
  • #59 - Add Device configuration url (@chpego)

0.1.5

04 Oct 19:36
29cee22
Compare
Choose a tag to compare

What’s Changed

  • #56 - Bump python-fullykiosk to 0.0.10 to fix Content-Type error with Fully 1.44+ (@cgarwood)

0.1.4

05 Apr 01:39
Compare
Choose a tag to compare

What’s Changed

0.1.3

04 Feb 01:04
73887c2
Compare
Choose a tag to compare

What’s Changed

0.1.2

05 Nov 15:45
5049bea
Compare
Choose a tag to compare

What’s Changed

0.1.1

04 Nov 17:45
b15a6b7
Compare
Choose a tag to compare

What’s Changed