mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
UPdate link to docs
This commit is contained in:
parent
7995829790
commit
2274806bee
@ -2,7 +2,7 @@
|
||||
Support for custom shell commands to retrieve values.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/binary_sensor.command/
|
||||
https://home-assistant.io/components/binary_sensor.command_line/
|
||||
"""
|
||||
import logging
|
||||
from datetime import timedelta
|
||||
|
@ -2,7 +2,7 @@
|
||||
Allows to configure custom shell commands to turn a value for a sensor.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/sensor.command_sensor/
|
||||
https://home-assistant.io/components/sensor.command_line/
|
||||
"""
|
||||
import logging
|
||||
import subprocess
|
||||
|
@ -2,7 +2,7 @@
|
||||
Support for custom shell commands to turn a switch on/off.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/switch.command_switch/
|
||||
https://home-assistant.io/components/switch.command_line/
|
||||
"""
|
||||
import logging
|
||||
import subprocess
|
||||
|
Loading…
x
Reference in New Issue
Block a user