Add basic typing to emulated_hue (#72663)

* Add basic typing to emulated_hue

* type a few more places

* fixes

* numbers are always stringified

* numbers are always stringified

* coverage

* drop assert
This commit is contained in:
J. Nick Koston 2022-05-29 06:27:32 -10:00 committed by GitHub
parent d603952872
commit 237ef6419b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 324 additions and 249 deletions

View file

@ -2,3 +2,5 @@
HUE_SERIAL_NUMBER = "001788FFFE23BFC2"
HUE_UUID = "2f402f80-da50-11e1-9b23-001788255acc"
DOMAIN = "emulated_hue"