mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Mention tensorflow breakage in 0.113 (#14071)
This commit is contained in:
parent
d49373b359
commit
7ca3ab937e
@ -121,12 +121,12 @@ if a previous action of the same automation is still running.
|
||||
|
||||
Besides the default `single` mode, the following modes are now available:
|
||||
|
||||
Mode | Description
|
||||
-|-
|
||||
`single` | Do not start a new run, if running already.
|
||||
`restart` | Start a new run, after stopping the previous run.
|
||||
`queued` | Start a new run after all previous runs complete.
|
||||
`parallel` | Start a new, independent, run in parallel with previous runs.
|
||||
| Mode | Description |
|
||||
| ---------- | ------------------------------------------------------------- |
|
||||
| `single` | Do not start a new run, if running already. |
|
||||
| `restart` | Start a new run, after stopping the previous run. |
|
||||
| `queued` | Start a new run after all previous runs complete. |
|
||||
| `parallel` | Start a new, independent, run in parallel with previous runs. |
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/integrations/script/script_modes.jpg' alt='Automation/script running modes visual explained.'></a>
|
||||
@ -451,6 +451,21 @@ The minimum required Python version has been bumped from Python 3.7.0 to 3.7.1.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>TensorFlow</b></summary>
|
||||
<p>
|
||||
|
||||
The TensorFlow integration will fail to upgrade due to missing wheels for Python 3.8.
|
||||
This affects all installations that rely on our default docker images running Python 3.8.
|
||||
|
||||
To work around this, remove the `tensorflow` platform under the `image_processing` domain from your
|
||||
configuration.yaml, before upgrading to 0.113.
|
||||
|
||||
Work is under way to resolve the problem. For more information follow this issue: [#38073]
|
||||
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Automations/Scripts</b></summary>
|
||||
<p>
|
||||
@ -1076,6 +1091,7 @@ In general, all variables that start with `paper` will be removed at some point.
|
||||
|
||||
</details>
|
||||
|
||||
[#38073]: https://github.com/home-assistant/core/issues/38073
|
||||
[#31637]: https://github.com/home-assistant/core/pull/31637
|
||||
[#33852]: https://github.com/home-assistant/core/pull/33852
|
||||
[#34387]: https://github.com/home-assistant/core/pull/34387
|
||||
|
Loading…
x
Reference in New Issue
Block a user