Add tests for fitbit integration (#100765)
* Add tests for fitbit integration * Update coveragerc * Update test requirements
This commit is contained in:
parent
71aef4e95a
commit
781bc5b3bc
6 changed files with 265 additions and 1 deletions
|
@ -12,6 +12,8 @@ from homeassistant.const import (
|
|||
UnitOfVolume,
|
||||
)
|
||||
|
||||
DOMAIN: Final = "fitbit"
|
||||
|
||||
ATTR_ACCESS_TOKEN: Final = "access_token"
|
||||
ATTR_REFRESH_TOKEN: Final = "refresh_token"
|
||||
ATTR_LAST_SAVED_AT: Final = "last_saved_at"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue