This commit is contained in:
Paulus Schoutsen 2018-05-02 11:29:22 -04:00 committed by GitHub
parent 05b099ae60
commit 19cc811520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ class MySwitch(SwitchDevice):
self._is_on = False self._is_on = False
``` ```
That's all there is to it to build a switch entity! Continue reading to learen more or check out the [video tutorial](https://youtu.be/Cfasc9EgbMU?t=737). That's all there is to it to build a switch entity! Continue reading to learn more or check out the [video tutorial](https://youtu.be/Cfasc9EgbMU?t=737).
## Updating the entity ## Updating the entity