mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
added mandatory information ( contract # ) (#2280)
* added mandatory information ( contract # ) added :- **contract** (required since HA 4.0) Your contract number with Hydro-Quebec and contract: 'CONTRACT#' (NOTE:works with the ' ' ,insert your contract in between) * Minor formatting fix.
This commit is contained in:
parent
c7a23644de
commit
1a08bf7a48
@ -22,6 +22,7 @@ sensor:
|
||||
- platform: hydroquebec
|
||||
username: MYUSERNAME
|
||||
password: MYPASSWORD
|
||||
contract: 'CONTRACT#' (NOTE:works with the ' ' ,insert your contract in between)
|
||||
monitored_variables:
|
||||
- period_total_bill
|
||||
- period_length
|
||||
@ -32,6 +33,7 @@ Configuration variables:
|
||||
|
||||
- **username** (*Required*): Username used to log into the Hydro-Québec site.
|
||||
- **password** (*Required*): Password used to log into the Hydro-Québec site.
|
||||
- **contract** (required since HA 4.0) Your contract number with Hydro-Québec
|
||||
- **monitored_variables** array (*Required*): Variables to monitor.
|
||||
- **period_total_bill** : Current period bill
|
||||
- **period_length**: Current period length
|
||||
|
Loading…
x
Reference in New Issue
Block a user