Skip to content

Releases: frimtec/hass-compal-wifi

1.3.5

29 Mar 09:18
79d412b
Compare
Choose a tag to compare

What's changed

🐛 Bug fixes

  • #28 Fix hassfest validation by ordering manifest keys @frimtec

🧰 Maintenance

  • #34 Fix code formatting according python code format check @frimtec
  • #37 Configure icons for services @frimtec

Full Changelog: 1.3.4...1.3.5

1.3.4

03 Jan 19:41
17cd9ad
Compare
Choose a tag to compare

What's changed

🧰 Maintenance

  • #26 Rework deprecated DEVICE_CLASS constants @frimtec

Full Changelog: 1.3.3...1.3.4

1.3.3

29 Jul 16:18
64e23b7
Compare
Choose a tag to compare

What's changed

  • #17 Config defaults changed (pause from 60s to 70s; polling interval from 3600s to 900s) @frimtec

⬆️ Dependency updates

Full Changelog: 1.3.2...1.3.3

1.3.2

28 May 07:43
5d94b9a
Compare
Choose a tag to compare

What's changed

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Full Changelog: 1.3.1...1.3.2

1.3.1

04 Jul 19:28
Compare
Choose a tag to compare

Fixes

  • Switch state hick-up during switch progress resolved

1.3.0

04 Jul 15:11
df27da2
Compare
Choose a tag to compare

Features

  • Added new guest wifi binary sensor
  • Added timestamp sensor last-poll
  • Added service poll_now

Changes

  • Migrated telephone line sensors to binary sensors
  • Migrated status sensor to binary sensor and renamed it to internet connectivity

1.2.2

03 Jul 15:53
1a6af1f
Compare
Choose a tag to compare

Fixes

  • Added missing services.yaml

1.2.1

03 Jul 15:37
8d3db2e
Compare
Choose a tag to compare

Features

  • Added service reboot
  • Added new sensors
    • Modem state
    • Phone line states

1.2.0

03 Jul 07:59
58bca84
Compare
Choose a tag to compare

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

1.1.0

16 Jun 20:38
Compare
Choose a tag to compare

Compatibility

  • Requires Firmware CH7465LG-NCIP-6.15.30-1p3-1-NOSH or above!

Features and improvements

  • Fixing broken guest network feature (issue #1)
  • Bump compal-wifi-switch dependency from 1.1.6 to 1.2.0
  • Bump compal dependency from 0.3.2 to 0.4.0