Add 'ha_iot_class'

This commit is contained in:
Fabian Affolter 2017-06-13 10:26:24 +02:00
parent 3abadffac9
commit 29934427e1
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
28 changed files with 30 additions and 3 deletions

View file

@ -12,6 +12,7 @@ ha_category: Image Processing
featured: false
ha_release: 0.45
og_image: /images/screenshots/ssocr.png
ha_iot_class: "Local Polling"
---
The `seven_segments` image processing platform allows you to read physical seven segments displays through Home Assistant. [`ssocr`](https://www.unix-ag.uni-kl.de/~auerswal/ssocr/) is used to extract the value shown on the display which is observed by a [camera](/components/camera/). `ssocr` need to be available on your system. Check the installation instruction for Fedora below or use `$ sudo apt-get install ssocr` on a Debian-based system: