Skip to content

version 0.9.0.beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@twrecked twrecked released this 15 Aug 22:01
· 4 commits to master since this release
a0ab0d4

Welcome to the 0.9.0 Beta Releases

This release adds proper Integration and config flow support to the Virtual component.

What Should Happen when Coming from 0.8

The code will upgrade an older installation to use Config Flow. It will move all your current config
into a single file (/config/virtual.yaml) and it will create a Virtual integration. All your current Virtual
entities should re-appear.

What will Cause Pain when Coming from 0.8

Any device_tracker entities will need to be recreated. See here for instructions on how to do that.

I tried to fix this but the way the old entries were created is causing the issue.

If It Goes Wrong

Then revert back to an older install. And for this reason I recommend keeping your old config around, Home Assistant will complain about it but it won't affect anything.

But if you can raise a bug telling me what you were doing, what you expected to happen and what happened that would be great.

Differences from 0.12

  • added valve support
  • tided the docs

Differences from 0.11 and before

  • add GPS coordinates to device tracker
  • fix fan support
  • fix cover service calls
  • fix light support
  • fix a reload issue
  • fix a race condition
  • improved cover support (thanks @lodegaard)
  • fix I/O in event loop
  • fixed set available issue
  • fixed startup issue #2
  • fixed deprecated issue
  • fixed startup issue
  • added import notice
  • fix availability service
  • added Czech translation
  • fix time deltas when importing
  • fixed device tracker import issue
  • added Slovakian translations (thanks @misa1515)
  • debug for an import issue