Skip to content

1.2.0

Compare
Choose a tag to compare
@frimtec frimtec released this 03 Jul 07:59
· 44 commits to main since this release
58bca84

Features

  • Various new sensors
  • Polling for modem state

Breaking Changes

Configuration moved from switch platform to domain compal_wifi.

The configuration moved from the switch platform to the domain compal_wifi.

Old configuration (until 1.1.x):

switch:
  - platform: compal_wifi
    host: 192.168.0.1
    password: YOUR_PASSWORD

New configuration (since 1.2.0):

compal_wifi:
    host: 192.168.1.1
    password: YOUR_PASSWORD