github mammuth/ha-fritzbox-tools 1.13.2

latest releases: 1.20.0, 1.15.1, 1.15.0...
3 years ago

1.13.0:

  • Support for multiple routers

1.13.1:

  • Allow to ignore routers during discovery

1.13.2:

  • Small BREAKING CHANGE: Removed microsecond precision from last_reconnect sensor
  • Improve handling of repeaters

BREAKING CHANGES:

Entity-id naming:

Current New
switch.fritzbox_wifi switch.fritzbox_{model}_wifi
switch.fritzbox_wifi_5ghz switch.fritzbox_{model}_wifi_5ghz
binary_sensor.fritzbox_connectivity binary_sensor.fritzbox_{model}_wifi_connectivity
switch.fritzbox_portforward_X. switch.fritzbox_{model}_portforward_X
switch.fritzbox_profile_X. switch.fritzbox_{model}_profile_X
switch.fritzbox_deflection_X switch.fritzbox_{model}_deflection_X

Services:
Supply additional data:

  - service: fritzbox_tools.reconnect
    data:
      host: 192.168.178.1
  - service: fritzbox_tools.reboot
    data:
      host: 192.168.178.1

{host} = IP Adress of configured FRITZ!Box (e.g. 192.168.178.1)
{model} = FRITZ!Box model (e.g. 6490)

Cool features in previous releases

  • Completely re-work device profiles BREAKING CHANGE - read below (@AaronDavidSchneider)
  • New feature: Service to reboot your FRITZ!Box
  • Faster start-up and an overall smoother integration 🚀
  • Call deflection ("Rufumleitung") controllable by Home Assistant! 📞 🎉 (@AaronDavidSchneider)
  • Control your normal WiFi 🎉 (@janbernhardt)
  • Make setup of entities for various features optional. Remove and re-add the integration to make use of this change.

Don't miss a new ha-fritzbox-tools release

NewReleases is sending notifications on new releases.