Upgrade econet to use new API (#44427)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
William Scanlon 2021-01-26 03:18:20 -05:00 committed by GitHub
parent f2a8ccdbae
commit 260d9f8e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 717 additions and 195 deletions

View file

@ -1,5 +1,5 @@
"""Constants for Econet integration."""
DOMAIN = "econet"
SERVICE_ADD_VACATION = "add_vacation"
SERVICE_DELETE_VACATION = "delete_vacation"
API_CLIENT = "api_client"
EQUIPMENT = "equipment"