Since updating to 0.109.0 I am getting an error stating:
Invalid config for [sensor.apcupsd]: [host] is an invalid option for [sensor.apcupsd]. Check: sensor.apcupsd->host. (See ?, line ?).
According to the current documentation for this intergration “host” is a valid option.
Here is my config that has not changed for my intergration
- platform: apcupsd
host: 192.168.178.59
resources:
- apc
- date
- hostname
- version
- upsname
- cable
- driver
- upsmode
- starttime
- model
- status
- linev
- loadpct
- bcharge
- timeleft
- mbattchg
- mintimel
- maxtime
- outputv
Can anyone help with this?