Skip to content

Releases: twrecked/hass-virtual

version 0.9.0.beta.15

16 Aug 20:33
7208097
Compare
Choose a tag to compare
version 0.9.0.beta.15 Pre-release
Pre-release

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.

**!!! Argh, I don't want this!!! **

Then add yaml_config: True to the virtual platform configuration.

virtual:
  yaml_config: True

This option allows you to mix old and new config styles.

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.14

  • fixed threading issues found in debug mode

Differences from 0.13 and before

  • added back original yaml support
  • added valve support
  • tided the docs
  • 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

version 0.9.0.beta.14

16 Aug 17:49
62a5358
Compare
Choose a tag to compare
version 0.9.0.beta.14 Pre-release
Pre-release

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.

**!!! Argh, I don't want this!!! **

Then add yaml_config: True to the virtual platform configuration.

virtual:
  yaml_config: True

This option allows you to mix old and new config styles.

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.13

  • added back original yaml support

Differences from 0.12 and before

  • added valve support
  • tided the docs
  • 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

version 0.9.0.beta.13

15 Aug 22:01
a0ab0d4
Compare
Choose a tag to compare
version 0.9.0.beta.13 Pre-release
Pre-release

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

version 0.9.0.beta.12

15 Aug 16:05
d3abf40
Compare
Choose a tag to compare
version 0.9.0.beta.12 Pre-release
Pre-release

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.11

  • add GPS coordinates to device tracker
  • fix fan support
  • fix cover service calls

Differences from 0.10 and before

  • 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

version 0.9.0.beta.11

28 Jun 12:24
734e07f
Compare
Choose a tag to compare
version 0.9.0.beta.11 Pre-release
Pre-release

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.10

  • fix light support
  • fix a reload issue
  • fix a race condition
  • improved cover support (thanks @lodegaard)

Differences from 0.9 and before

  • 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

v0.9.0b10

16 Jun 12:31
89531d7
Compare
Choose a tag to compare
v0.9.0b10 Pre-release
Pre-release

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.9

  • fix I/O in event loop

Differences from 0.8 and before

  • 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

version 0.9.0.alpha.9

04 Feb 22:48
6482e19
Compare
Choose a tag to compare
version 0.9.0.alpha.9 Pre-release
Pre-release

Welcome to the 0.9.0 Alpha Releases

WARNING: This is a very alpha release and intended for experienced Home Assistant users.

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

What Should Happen

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

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.7

  • fixed set available issue

Differences from 0.7

  • fixed startup issue #2

Differences from 0.6

  • fixed deprecated issue
  • fixed startup issue

Differences from 0.5

  • added import notice

Differences from 0.4

  • fix availability service
  • added Czech translation

Differences from 0.3

  • fix time deltas when importing

Differences from 0.2

  • fixed device tracker import issue
  • added Slovakian translations (thanks @misa1515)

Differences from 0.1

  • debug for an import issue

version 0.9.0.alpha.8

04 Feb 02:12
63d77d9
Compare
Choose a tag to compare
version 0.9.0.alpha.8 Pre-release
Pre-release

Welcome to the 0.9.0 Alpha Releases

WARNING: This is a very alpha release and intended for experienced Home Assistant users.

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

What Should Happen

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

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.7

  • fixed startup issue #2

Differences from 0.6

  • fixed deprecated issue
  • fixed startup issue

Differences from 0.5

  • added import notice

Differences from 0.4

  • fix availability service
  • added Czech translation

Differences from 0.3

  • fix time deltas when importing

Differences from 0.2

  • fixed device tracker import issue
  • added Slovakian translations (thanks @misa1515)

Differences from 0.1

  • debug for an import issue

version 0.9.0.alpha.7

03 Feb 16:34
ff17801
Compare
Choose a tag to compare
version 0.9.0.alpha.7 Pre-release
Pre-release

Welcome to the 0.9.0 Alpha Releases

WARNING: This is a very alpha release and intended for experienced Home Assistant users.

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

What Should Happen

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

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.6

  • fixed deprecated issue
  • fixed startup issue

Differences from 0.5

  • added import notice

Differences from 0.4

  • fix availability service
  • added Czech translation

Differences from 0.3

  • fix time deltas when importing

Differences from 0.2

  • fixed device tracker import issue
  • added Slovakian translations (thanks @misa1515)

Differences from 0.1

  • debug for an import issue

version 0.9.0.alpha.6

13 Dec 23:06
197dc96
Compare
Choose a tag to compare
version 0.9.0.alpha.6 Pre-release
Pre-release

Welcome to the 0.9.0 Alpha Releases

WARNING: This is a very alpha release and intended for experienced Home Assistant users.

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

What Should Happen

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

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.5

  • added import notice

Differences from 0.4

  • fix availability service
  • added Czech translation

Differences from 0.3

  • fix time deltas when importing

Differences from 0.2

  • fixed device tracker import issue
  • added Slovakian translations (thanks @misa1515)

Differences from 0.1

  • debug for an import issue