mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Remove deprecated (old) Z-Wave integration (#21801)
This commit is contained in:
parent
c13a62ef62
commit
e95aec3f88
@ -622,6 +622,5 @@ source/_integrations/zha.markdown @dmulcahey @adminiuga
|
||||
source/_integrations/zodiac.markdown @JulienTant
|
||||
source/_integrations/zone.markdown @home-assistant/core
|
||||
source/_integrations/zoneminder.markdown @rohankapoorcom
|
||||
source/_integrations/zwave.markdown @home-assistant/z-wave
|
||||
source/_integrations/zwave_js.markdown @home-assistant/z-wave
|
||||
source/_integrations/zwave_me.markdown @lawfulchaos @Z-Wave-Me
|
||||
|
@ -43,11 +43,6 @@ http:
|
||||
ifttt:
|
||||
key: ["nope"]
|
||||
|
||||
zwave:
|
||||
usb_path: "/dev/ttyUSB0"
|
||||
config_path: "/usr/local/share/python-openzwave/config"
|
||||
polling_interval: 10000
|
||||
|
||||
mqtt:
|
||||
broker: 127.0.0.1
|
||||
```
|
||||
|
@ -67,30 +67,6 @@ action:
|
||||
notification_id: "1234"
|
||||
```
|
||||
|
||||
This automation example shows a notification when the Z-Wave network is starting and removes it when the network is ready.
|
||||
|
||||
```yaml
|
||||
- alias: "Z-Wave network is starting"
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: zwave.network_start
|
||||
action:
|
||||
- service: persistent_notification.create
|
||||
data:
|
||||
title: "Z-Wave"
|
||||
message: "Z-Wave network is starting..."
|
||||
notification_id: zwave
|
||||
|
||||
- alias: "Z-Wave network is ready"
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: zwave.network_ready
|
||||
action:
|
||||
- service: persistent_notification.dismiss
|
||||
data:
|
||||
notification_id: zwave
|
||||
```
|
||||
|
||||
### Markdown support
|
||||
|
||||
The message attribute supports the [Markdown formatting syntax](https://daringfireball.net/projects/markdown/syntax). Some examples are:
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -206,26 +206,16 @@
|
||||
/docs/frontend/mobile https://companion.home-assistant.io
|
||||
/docs/script/editor /docs/scripts/editor
|
||||
/docs/z-wave /integrations/zwave_js
|
||||
/docs/z-wave/adding /integrations/zwave/#adding-and-removing-devices
|
||||
/docs/z-wave/control-panel /integrations/zwave/#control-panel
|
||||
/docs/z-wave/adding /integrations/zwave_js#how-can-i-add-include-a-new-device-to-my-z-wave-network
|
||||
/docs/z-wave/control-panel /integrations/zwave_js#using-z-wave-js
|
||||
/docs/z-wave/controllers/#aeotec-stick /docs/z-wave/controllers/#aeotec-z-stick
|
||||
/docs/z-wave/devices /integrations/zwave/#device-support
|
||||
/docs/z-wave/devices/#instant-status /integrations/zwave/#instant-status
|
||||
/docs/z-wave/devices/#polling /integrations/zwave/#polling
|
||||
/docs/z-wave/device-specific /integrations/zwave/#device-specific-information
|
||||
/docs/z-wave/device-specific/#device-categories /integrations/zwave/#device-support
|
||||
/docs/z-wave/device-specific/#motion-or-alarm-sensors /integrations/zwave/#binary-sensor
|
||||
/docs/z-wave/device-specific/#locks-and-other-secure-devices /integrations/zwave/#lock
|
||||
/docs/z-wave/device-specific/#specific-devices /integrations/zwave/#device-specific-information
|
||||
/docs/z-wave/device-specific/#aeotec-z-stick /docs/z-wave/controllers/#aeotec-z-stick
|
||||
/docs/z-wave/device-specific/#razberry-board /docs/z-wave/controllers/#razberry-board
|
||||
/docs/z-wave/device-specific/#raspberry-pi-3-procedure /docs/z-wave/controllers/#raspberry-pi-3-procedure
|
||||
/docs/z-wave/device-specific/#raspberry-pi-4-procedure /docs/z-wave/controllers/#raspberry-pi-4-procedure
|
||||
/docs/z-wave/entities /integrations/zwave/#device-support
|
||||
/docs/z-wave/events /integrations/zwave/#events
|
||||
/docs/z-wave/installation /integrations/zwave/#detailed-installation-instructions
|
||||
/docs/z-wave/query-stage /integrations/zwave/#query-stage
|
||||
/docs/z-wave/services /integrations/zwave/#services
|
||||
/docs/z-wave/device-specific /integrations/zwave_js
|
||||
/docs/z-wave/devices /integrations/zwave_js#supported-devices-and-command-classes
|
||||
/docs/z-wave/entities /integrations/zwave_js#using-z-wave-js
|
||||
/docs/z-wave/events /integrations/zwave_js#events
|
||||
/docs/z-wave/installation /integrations/zwave_js#configuration
|
||||
/docs/z-wave/query-stage /integrations/zwave_js
|
||||
/docs/z-wave/services /integrations/zwave_js#services
|
||||
/ecosystem/ios/notifications https://companion.home-assistant.io/docs/notifications/notifications-basic
|
||||
/ecosystem/notebooks https://data.home-assistant.io
|
||||
/ecosystem/notebooks/api https://data.home-assistant.io
|
||||
@ -481,3 +471,4 @@
|
||||
/integrations/xfinity /more-info/removed-integration 301
|
||||
/integrations/yessssms /more-info/removed-integration 301
|
||||
/integrations/yweather /more-info/removed-integration 301
|
||||
/components/zwave /integrations/zwave_js
|
||||
|
Loading…
x
Reference in New Issue
Block a user