You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show the latest snapshot of a camera connected to Home Assistant (#90)
* initial
* fix URL
* make "me" optional
* use `override_idle` param instead of sleep
* play sound if picture found, if gui connected or not
* error if screen is not connected
* Add czech translation
* image shouldn't be optional
* remove brackets
* fix linter errors
* fix indents
* more concrete and descriptive namings
* renamed handler function to be more concrete
* add behave tests
* fix pylint error
* add workflow fixes
added by @Tony763
* fix indent issues
* revert change, I thought might fix pylint errors
* added type annotations
#90 (comment)
Co-authored-by: Antonín Skala <skala.antonin@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Awaken your home - Control Home Assistant
4
4
## About
5
5
[Home Assistant](https://www.home-assistant.io/) lets you control all your smart devices in a single easy to use interface. This skill uses the open source Home Assistant's APIs to control devices and entities. Control your lights, garage door, thermostats and more using your voice!
6
6
7
-
Currently the following entity types are supported: `light`, `switch`, `scene`, `climate`, `groups`, `input_boolean`, `binary_sensor`and `cover`
7
+
Currently the following entity types are supported: `light`, `switch`, `scene`, `climate`, `groups`, `input_boolean`, `binary_sensor`, `cover`and `camera`
0 commit comments