Add IoT class to GeoLocation (#15203)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Ben Mckeown 2020-10-12 15:28:59 +01:00 committed by GitHub
parent 9ff740d695
commit a5fbdb7565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ha_category:
- Text-to-speech - Text-to-speech
ha_release: 0.37 ha_release: 0.37
ha_domain: amazon_polly ha_domain: amazon_polly
ha_iot_class: Cloud Push
--- ---
The `amazon_polly` text-to-speech platform that works with [Amazon Polly](https://aws.amazon.com/polly/) to create the spoken output. The `amazon_polly` text-to-speech platform that works with [Amazon Polly](https://aws.amazon.com/polly/) to create the spoken output.

View File

@ -6,6 +6,7 @@ ha_category:
logo: geo_location.png logo: geo_location.png
ha_release: 0.78 ha_release: 0.78
ha_domain: geo_location ha_domain: geo_location
ha_iot_class: ~
--- ---
Geolocation aware entities are typically related to events in the real world in the vicinity of Home Assistant's location, like for example weather events, bush fires or earthquakes. Geolocation aware entities are typically related to events in the real world in the vicinity of Home Assistant's location, like for example weather events, bush fires or earthquakes.