mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
s-t integrations: apply sentence-style caps to categories (#29906)
* s-t integrations: apply sentence-style caps to categories * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
29a3a65366
commit
8c7ef7a2c0
@ -2,7 +2,7 @@
|
||||
title: Samsung Smart TV
|
||||
description: Instructions on how to integrate a Samsung Smart TV into Home Assistant.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
- Remote
|
||||
ha_release: 0.13
|
||||
ha_iot_class: Local Push
|
||||
|
@ -3,7 +3,7 @@ title: Satel Integra
|
||||
description: Instructions on how to integrate a Satel Integra alarm panel with Home Assistant using an ETHM network extension from Satel.
|
||||
ha_category:
|
||||
- Alarm
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Hub
|
||||
- Switch
|
||||
ha_release: 0.54
|
||||
@ -20,9 +20,9 @@ The `satel_integra` integration will allow Home Assistant users who own a Satel
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- Binary Sensor: Reports on zone or output statuses
|
||||
- Binary sensor: Reports on zone or output statuses
|
||||
- Switch: allows for setting states of selected outputs
|
||||
- Alarm Control Panel: represents the zones (in Polish: "strefa"). Reports its status, and can be used to arm/disarm the partition
|
||||
- Alarm control panel: represents the zones (in Polish: "strefa"). Reports its status, and can be used to arm/disarm the partition
|
||||
|
||||
The module communicates via Satel's open TCP protocol published on their website. It subscribes for new events coming from alarm system and reacts to them immediately.
|
||||
|
||||
@ -34,7 +34,7 @@ The library currently doesn't support encrypted connection to your alarm, so you
|
||||
|
||||
A list of all partition, zone and output IDs can be acquired by running DloadX program and connecting to your alarm.
|
||||
|
||||
For the Binary Sensor, check the [type/class](/integrations/binary_sensor/) list for a possible visualization of your zones. Note: If no zones or outputs are specified, Home Assistant will not load any binary_sensor integrations."
|
||||
For the binary sensor, check the [type/class](/integrations/binary_sensor/) list for a possible visualization of your zones. Note: If no zones or outputs are specified, Home Assistant will not load any binary_sensor integrations."
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Pentair ScreenLogic
|
||||
description: Instructions on how to integrate a ScreenLogic gateway within Home Assistant.
|
||||
ha_release: '2021.4'
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Climate
|
||||
- Hub
|
||||
- Sensor
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Sense
|
||||
description: Instructions on how to integrate Sense within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Energy
|
||||
- Sensor
|
||||
ha_iot_class: Cloud Polling
|
||||
@ -22,7 +22,7 @@ Integrate your [Sense](https://sense.com) meter information into Home Assistant.
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Sensor
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Sensibo
|
||||
description: Instructions on how to integrate Sensibo A/C controller into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Climate
|
||||
- Fan
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Sentry
|
||||
description: Record errors to Sentry.
|
||||
ha_category:
|
||||
- System Monitor
|
||||
- System monitor
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_release: 0.104
|
||||
ha_config_flow: true
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Seven Segments OCR
|
||||
description: Instructions on how to use OCR for seven segments displays into Home Assistant.
|
||||
ha_category:
|
||||
- Image Processing
|
||||
- Image processing
|
||||
ha_release: 0.45
|
||||
og_image: /images/screenshots/ssocr.png
|
||||
ha_iot_class: Local Polling
|
||||
|
@ -21,7 +21,7 @@ The SFR Box integration offers integration with the **SFR** broadband router.
|
||||
|
||||
This integration provides the following platforms:
|
||||
|
||||
- Binary Sensors - such as ADSL status.
|
||||
- Binary sensors - such as ADSL status.
|
||||
- Buttons - such as reboot.
|
||||
- Sensors - such as ADSL line status, attenuation, noise and data rate.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Shelly
|
||||
description: Integrate Shelly devices
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Cover
|
||||
- Energy
|
||||
- Light
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Shopping List
|
||||
title: Shopping list
|
||||
description: Instructions on how to integrate a Shopping list into Home Assistant using Intent.
|
||||
ha_category:
|
||||
- Intent
|
||||
@ -16,7 +16,7 @@ ha_platforms:
|
||||
|
||||
The `shopping_list` integration allows you to keep track of shopping list items.
|
||||
|
||||
Your shopping list will be accessible from the sidebar, and you can optionally add the [Shopping List card](/dashboards/shopping-list/) to your dashboard. With the [Conversation integration](/integrations/conversation/) you can add items to your shopping list using voice commands like "Add eggs to my shopping list."
|
||||
Your shopping list will be accessible from the sidebar, and you can optionally add the [shopping list card](/dashboards/shopping-list/) to your dashboard. With the [conversation integration](/integrations/conversation/) you can add items to your shopping list using voice commands like "Add eggs to my shopping list."
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Sighthound
|
||||
description: Detect people with Sighthound Cloud.
|
||||
ha_category:
|
||||
- Image Processing
|
||||
- Image processing
|
||||
ha_release: 0.105
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_codeowners:
|
||||
|
@ -26,10 +26,10 @@ The `simplisafe` integration integrates [SimpliSafe home security](https://simpl
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- **Alarm Control Panel**: reports on the current alarm status and can be used to arm and disarm the system.
|
||||
- **CO Detector**: reports on the carbon monoxide sensor status*.
|
||||
- **Entry Sensor**: reports on the current entry sensor status*.
|
||||
- **Freeze Sensor**: reports on the freeze sensor temperature*.
|
||||
- **Alarm control panel**: reports on the current alarm status and can be used to arm and disarm the system.
|
||||
- **CO detector**: reports on the carbon monoxide sensor status*.
|
||||
- **Entry sensor**: reports on the current entry sensor status*.
|
||||
- **Freeze sensor**: reports on the freeze sensor temperature*.
|
||||
- **Glass Break Sensor**: reports on the glass breakage sensor status*.
|
||||
- **Lock**: reports on `Door Locks` and can be used to lock and unlock a lock.
|
||||
- **Motion Sensor**: reports on motion detected*.
|
||||
|
@ -3,7 +3,7 @@ title: SIMU LiveIn2
|
||||
description: Connect and control your SIMU LiveIn2 devices using the Overkiz integration
|
||||
ha_category:
|
||||
- Alarm
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Climate
|
||||
- Cover
|
||||
@ -16,7 +16,7 @@ ha_category:
|
||||
- Sensor
|
||||
- Siren
|
||||
- Switch
|
||||
- Water Heater
|
||||
- Water heater
|
||||
ha_domain: simu
|
||||
ha_integration_type: virtual
|
||||
ha_supporting_domain: overkiz
|
||||
|
@ -4,7 +4,7 @@ description: Instructions on how to integrate your Sisyphus Kinetic Art Table wi
|
||||
ha_category:
|
||||
- Hub
|
||||
- Light
|
||||
- Media Player
|
||||
- Media player
|
||||
ha_release: 0.75
|
||||
ha_iot_class: Local Push
|
||||
ha_codeowners:
|
||||
@ -21,9 +21,9 @@ The [Sisyphus](https://sisyphus-industries.com/) integration for Home Assistant
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- **Light** - Can be used to sleep/wake the table or adjust the brightness of the table light.
|
||||
- **Media Player** - Can be used to sleep/wake the table, play/pause, move between tracks, or toggle shuffle on and off. The "volume" control adjusts the table's speed.
|
||||
- **Media player** - Can be used to sleep/wake the table, play/pause, move between tracks, or toggle shuffle on and off. The "volume" control adjusts the table's speed.
|
||||
|
||||
The Light and Media players will be automatically added for each of your Sisyphus tables, if the Sisyphus integration is configured.
|
||||
The light and media players will be automatically added for each of your Sisyphus tables, if the Sisyphus integration is configured.
|
||||
|
||||
There are two ways to configure this integration. For the automatic discovery of your table(s), add the following to your `configuration.yaml`:
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Sky Hub
|
||||
description: Instructions on how to integrate Sky Hub routers into Home Assistant.
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
ha_release: 0.37
|
||||
ha_domain: sky_hub
|
||||
ha_codeowners:
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: SkyBell
|
||||
description: Instructions on how to integrate your Skybell HD devices within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Camera
|
||||
- Doorbell
|
||||
- Light
|
||||
@ -27,7 +27,7 @@ The `skybell` implementation allows you to integrate your [Skybell.com](http://w
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- [Binary Sensor](/integrations/skybell/#binary-sensor)
|
||||
- [Binary sensor](/integrations/skybell/#binary-sensor)
|
||||
- [Camera](/integrations/skybell/#camera)
|
||||
- [Light](/integrations/skybell/#light)
|
||||
- [Sensor](/integrations/skybell/#sensor)
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: SleepIQ
|
||||
description: Instructions for how to integrate SleepIQ beds within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Health
|
||||
- Light
|
||||
@ -33,7 +33,7 @@ The SleepIQ integration lets you integrate your SleepNumber Bed via [SleepIQ by
|
||||
|
||||
There is currently support for the following platforms within Home Assistant:
|
||||
|
||||
- Binary Sensor - View occupancy of each side
|
||||
- Binary sensor - View occupancy of each side
|
||||
- Button - Calibrate the bed
|
||||
- Button - Stop the pump
|
||||
- Light - Control lights on supported models
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: SlimProto (Squeezebox players)
|
||||
description: Instructions on how to integrate a SlimProto-based player (e.g., Squeezebox) into Home Assistant without the need for a media server.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
ha_release: 2022.5
|
||||
ha_iot_class: Local Push
|
||||
ha_domain: slimproto
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Smappee
|
||||
description: Instructions on how to setup Smappee within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Energy
|
||||
- Hub
|
||||
- Sensor
|
||||
|
@ -8,7 +8,7 @@ ha_category:
|
||||
- Environment
|
||||
- Hub
|
||||
- Light
|
||||
- Media Source
|
||||
- Media source
|
||||
- Sensor
|
||||
- Switch
|
||||
- Weather
|
||||
|
@ -3,7 +3,7 @@ title: SmartThings
|
||||
description: Instructions on setting up SmartThings within Home Assistant.
|
||||
featured: true
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Climate
|
||||
- Cover
|
||||
- Fan
|
||||
@ -124,7 +124,7 @@ Event data payloads are logged at the debug level, see [debugging](#debugging) f
|
||||
|
||||
SmartThings represents devices as a set of [capabilities](https://developer-preview.smartthings.com/docs/devices/capabilities/capabilities) and the SmartThings integration maps those to entity platforms in Home Assistant. A single device may be represented by one or more platforms.
|
||||
|
||||
- [Binary Sensor](#binary-sensor)
|
||||
- [Binary sensor](#binary-sensor)
|
||||
- [Climate](#climate)
|
||||
- [Cover](#cover)
|
||||
- [Fan](#fan)
|
||||
@ -136,9 +136,9 @@ SmartThings represents devices as a set of [capabilities](https://developer-prev
|
||||
|
||||
Support for additional platforms will be added in the future.
|
||||
|
||||
### Binary Sensor
|
||||
### Binary sensor
|
||||
|
||||
The SmartThings Binary Sensor platform lets you view devices that have binary sensor-related capabilities. A Binary Sensor entity will be created for each attribute (below) supported by the device.
|
||||
The SmartThings binary sensor platform lets you view devices that have binary sensor-related capabilities. A binary sensor entity will be created for each attribute (below) supported by the device.
|
||||
|
||||
| Capability | Attribute | On-Value |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ---------- |
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: SmartTub
|
||||
description: Instructions on how to integrate SmartTub into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Climate
|
||||
- Light
|
||||
- Sensor
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Snapcast
|
||||
description: Instructions on how to integrate Snapcast into Home Assistant.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
ha_release: 0.13
|
||||
ha_iot_class: Local Push
|
||||
ha_domain: snapcast
|
||||
|
@ -3,7 +3,7 @@ title: SNMP
|
||||
description: Instructions on how to integrate SNMP into Home Assistant.
|
||||
ha_category:
|
||||
- Network
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_iot_class: Local Polling
|
||||
@ -20,7 +20,7 @@ A lot of Wi-Fi access points and Wi-Fi routers support the Simple Network Manage
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- [Presence Detection](#presence-detection)
|
||||
- [Presence detection](#presence-detection)
|
||||
- [Sensor](#sensor)
|
||||
- [Switch](#switch)
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Somfy
|
||||
description: Connect and control your Somfy devices using the Overkiz integration
|
||||
ha_category:
|
||||
- Alarm
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Climate
|
||||
- Cover
|
||||
@ -16,7 +16,7 @@ ha_category:
|
||||
- Sensor
|
||||
- Siren
|
||||
- Switch
|
||||
- Water Heater
|
||||
- Water heater
|
||||
ha_domain: somfy
|
||||
ha_integration_type: virtual
|
||||
ha_supporting_domain: overkiz
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Sony Songpal
|
||||
description: Instructions on how to integrate Sony Songpal devices into Home Assistant.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
ha_iot_class: Local Push
|
||||
ha_release: 0.65
|
||||
ha_config_flow: true
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Sonos
|
||||
description: Instructions on how to integrate Sonos devices into Home Assistant.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
- Sensor
|
||||
featured: true
|
||||
ha_release: 0.7.3
|
||||
@ -187,7 +187,7 @@ data:
|
||||
|
||||
## Services
|
||||
|
||||
The Sonos integration makes various custom services available in addition to the [standard Media Player services](/integrations/media_player/#services).
|
||||
The Sonos integration makes various custom services available in addition to the [standard media player services](/integrations/media_player/#services).
|
||||
|
||||
### Service `sonos.snapshot`
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Bose SoundTouch
|
||||
description: Instructions on how to integrate Bose SoundTouch devices into Home Assistant.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
ha_release: 0.34
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: soundtouch
|
||||
|
@ -3,7 +3,7 @@ title: Vanderbilt SPC
|
||||
description: Instructions on how to setup Vanderbilt SPC devices within Home Assistant.
|
||||
ha_category:
|
||||
- Alarm
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Hub
|
||||
ha_release: 0.47
|
||||
ha_iot_class: Local Push
|
||||
@ -21,7 +21,7 @@ Integration with SPC is done through a third-party API gateway called [SPC Web G
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- [Alarm](#alarm)
|
||||
- [Binary Sensor](#binary-sensor)
|
||||
- [Binary sensor](#binary-sensor)
|
||||
|
||||
Home Assistant needs to know where to find the SPC Web Gateway API endpoints, to configure this add the following section to your `configuration.yaml` file:
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Speedtest.net
|
||||
description: How to integrate Speedtest.net within Home Assistant.
|
||||
ha_category:
|
||||
- Sensor
|
||||
- System Monitor
|
||||
- System monitor
|
||||
ha_release: 0.13
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Spotify
|
||||
description: Instructions on how to integrate Spotify into Home Assistant.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
ha_release: 0.43
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Squeezebox (Logitech Media Server)
|
||||
description: Instructions on how to integrate a Logitech Squeezebox player into Home Assistant.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
ha_release: pre 0.7
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: squeezebox
|
||||
|
@ -2,10 +2,10 @@
|
||||
title: StarLine
|
||||
description: Instructions on how to setup your StarLine account with Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Car
|
||||
- Lock
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_release: 0.103
|
||||
@ -27,10 +27,10 @@ The `starline` integration lets you retrieve data of your [StarLine](https://www
|
||||
|
||||
This integration provides the following platforms:
|
||||
|
||||
- Binary Sensors: Hand brake, hood, trunk, alarm status and doors lock state.
|
||||
- Binary sensors: Hand brake, hood, trunk, alarm status and doors lock state.
|
||||
- Device tracker: The location of your car.
|
||||
- Lock: Control the lock of your car.
|
||||
- Sensors: Battery level, SIM card balance, GSM signal level, Fuel Volume, Mileage, OBD Errors, interior temperature and engine temperature.
|
||||
- Sensors: Battery level, SIM card balance, GSM signal level, fuel volume, mileage, OBD errors, interior temperature and engine temperature.
|
||||
- Switches: Start/stop engine, heater (webasto), additional channel and sound the horn.
|
||||
- Services: Update the state, set update frequency. More details can be found [here](#services).
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: Starlink
|
||||
description: Instructions on how to integrate Starlink into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Device Tracker
|
||||
- Device tracker
|
||||
- Network
|
||||
- Sensor
|
||||
- Switch
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: RIVM Stookalert
|
||||
description: Instructions on how to use Stookalert data within Home Assistant
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Environment
|
||||
ha_release: 0.104
|
||||
ha_iot_class: Cloud Polling
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: StreamLabs
|
||||
description: Instructions on how to integrate Streamlabs Water devices with Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Sensor
|
||||
ha_release: '0.95'
|
||||
ha_iot_class: Cloud Polling
|
||||
@ -23,7 +23,7 @@ Access to the StreamLabs Water API is not free, you must have a StreamPlus™ su
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Sensor
|
||||
|
||||
In preparation for using this integration you will need to request an API key following the instructions in the [StreamLabs API Getting Started Section](https://developer.streamlabswater.com/docs/getting-started.html). Be sure to request an API key and not an OAuth token.
|
||||
|
@ -4,7 +4,7 @@ description: Instructions on how to setup your Subaru account with Home Assistan
|
||||
ha_category:
|
||||
- Car
|
||||
- Lock
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
- Sensor
|
||||
ha_release: 2021.3
|
||||
ha_iot_class: Cloud Polling
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Supervisord
|
||||
description: Instructions on how to integrate Supervisord within Home Assistant.
|
||||
ha_category:
|
||||
- System Monitor
|
||||
- System monitor
|
||||
ha_release: '0.20'
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: supervisord
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Sure Petcare
|
||||
description: Instructions on how to integrate the Sure Petcare cat and pet flaps into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Lock
|
||||
- Sensor
|
||||
ha_release: 0.104
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Swisscom Internet-Box
|
||||
description: Instructions on how to integrate Swisscom Internet-Box into Home Assistant.
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
ha_release: 0.32
|
||||
ha_domain: swisscom
|
||||
ha_iot_class: Local Polling
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: SwitchBot Bluetooth
|
||||
description: Instructions on how to set up SwitchBot Devices.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Cover
|
||||
- Light
|
||||
- Lock
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: IKEA SYMFONISK
|
||||
description: Connect and control your IKEA SYMFONISK devices using the Sonos integration
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Media player
|
||||
- Sensor
|
||||
ha_domain: symfonisk
|
||||
ha_release: 0.7.3
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Samsung SyncThru Printer
|
||||
description: Instructions on how to integrate a Samsung printer providing SyncThru within Home Assistant.
|
||||
ha_category:
|
||||
- System Monitor
|
||||
- System monitor
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.66
|
||||
ha_config_flow: true
|
||||
|
@ -3,8 +3,8 @@ title: Synology DSM
|
||||
description: Instructions on how to integrate the Synology DSM sensor within Home Assistant.
|
||||
ha_category:
|
||||
- Camera
|
||||
- Media Source
|
||||
- System Monitor
|
||||
- Media source
|
||||
- System monitor
|
||||
- Update
|
||||
ha_release: 0.32
|
||||
ha_iot_class: Local Polling
|
||||
@ -128,7 +128,7 @@ Reboot the NAS.
|
||||
|
||||
Shutdown the NAS.
|
||||
|
||||
## Media Source
|
||||
## Media source
|
||||
|
||||
A media source is provided for your [Synology Photos](https://www.synology.com/en-global/dsm/feature/photos).
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Synology SRM
|
||||
description: Instructions on how to integrate Synology SRM routers into Home Assistant.
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.87
|
||||
ha_codeowners:
|
||||
|
@ -3,7 +3,7 @@ title: System Bridge
|
||||
description: How to integrate the System Bridge integration into Home Assistant.
|
||||
ha_category:
|
||||
- Sensor
|
||||
- System Monitor
|
||||
- System monitor
|
||||
ha_release: 2021.6
|
||||
ha_iot_class: Local Push
|
||||
ha_config_flow: true
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: System Monitor
|
||||
title: System monitor
|
||||
description: Instructions on how to monitor the Home Assistant host.
|
||||
ha_category:
|
||||
- System Monitor
|
||||
- System monitor
|
||||
ha_release: pre 0.7
|
||||
ha_iot_class: Local Push
|
||||
ha_domain: systemmonitor
|
||||
|
@ -2,12 +2,12 @@
|
||||
title: Tado
|
||||
description: Instructions on how to integrate Tado devices with Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Climate
|
||||
- Hub
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
- Sensor
|
||||
- Water Heater
|
||||
- Water heater
|
||||
- Weather
|
||||
ha_release: 0.41
|
||||
ha_iot_class: Cloud Polling
|
||||
@ -31,10 +31,10 @@ The Tado integration platform is used as an interface to the [my.tado.com](https
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- Binary Sensor - for some additional information of the zones.
|
||||
- Binary sensor - for some additional information of the zones.
|
||||
- Climate - for every Tado zone.
|
||||
- Water Heater - for water heater zones.
|
||||
- [Presence Detection](#presence-detection)
|
||||
- Water heater - for water heater zones.
|
||||
- [Presence detection](#presence-detection)
|
||||
- Sensor - for some additional information of the zones.
|
||||
- Weather - for information about the current weather at the location of your Tado home.
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: "MQTT Tag Scanner"
|
||||
title: "MQTT tag scanner"
|
||||
description: "Instructions on how to integrate MQTT scanner within Home Assistant."
|
||||
ha_category:
|
||||
- Tag Scanner
|
||||
- Tag scanner
|
||||
ha_release: 0.116
|
||||
ha_iot_class: Configurable
|
||||
ha_domain: mqtt
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Tailscale
|
||||
description: Instructions on how to integrate Tailscale within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Network
|
||||
- Sensor
|
||||
ha_release: 2021.12
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Tasmota
|
||||
description: Instructions on how to integrate Tasmota with Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Cover
|
||||
- Fan
|
||||
- Light
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: TCP
|
||||
description: Instructions on how to set up TCP within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Sensor
|
||||
ha_release: 0.14
|
||||
ha_iot_class: Local Polling
|
||||
@ -17,7 +17,7 @@ The TCP integration allows the integration of some services for which a specific
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- [Binary Sensor](#binary-sensor)
|
||||
- [Binary sensor](#binary-sensor)
|
||||
- [Sensor](#sensor)
|
||||
|
||||
## Sensor
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Telldus Live
|
||||
description: Instructions on how to integrate Telldus Live into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Cover
|
||||
- Hub
|
||||
- Light
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Template
|
||||
description: Instructions on how to integrate Template Sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Helper
|
||||
- Image
|
||||
@ -40,7 +40,7 @@ The `template` integration allows creating entities which derive their values fr
|
||||
|
||||
Sensors, binary (on/off) sensors, buttons, images, numbers and selects are covered on this page. For other types, please see the specific pages:
|
||||
|
||||
- [Alarm Control Panel](/integrations/alarm_control_panel.template/)
|
||||
- [Alarm control panel](/integrations/alarm_control_panel.template/)
|
||||
- [Cover](/integrations/cover.template/)
|
||||
- [Fan](/integrations/fan.template/)
|
||||
- [Light](/integrations/light.template/)
|
||||
@ -648,7 +648,7 @@ template:
|
||||
|
||||
{% endraw %}
|
||||
|
||||
### State based binary sensor - Device Tracker sensor with Latitude and Longitude Attributes
|
||||
### State based binary sensor - device tracker sensor with latitude and longitude attributes
|
||||
|
||||
This example shows how to combine a non-GPS (e.g., NMAP) and GPS device tracker while still including latitude and longitude attributes
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: TensorFlow
|
||||
description: Detect and recognize objects with TensorFlow.
|
||||
ha_category:
|
||||
- Image Processing
|
||||
- Image processing
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: 0.82
|
||||
ha_domain: tensorflow
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Tesla Wall Connector
|
||||
description: Instructions on how to integrate Tesla Wall Connector (Gen 3) into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Energy
|
||||
- Sensor
|
||||
ha_release: 2021.12
|
||||
|
@ -6,7 +6,7 @@ ha_iot_class: Local Push
|
||||
ha_category:
|
||||
- Cover
|
||||
- Switch
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Sensor
|
||||
- Button
|
||||
ha_domain: third_reality
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Thomson
|
||||
description: Instructions on how to integrate Thomson routers into Home Assistant.
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
ha_release: 0.7
|
||||
ha_domain: thomson
|
||||
ha_iot_class: Local Polling
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Threshold
|
||||
description: Instructions on how to integrate threshold binary sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Helper
|
||||
- Utility
|
||||
ha_iot_class: Local Polling
|
||||
|
@ -3,7 +3,7 @@ title: Tile
|
||||
description: Instructions on how to use Tile to track devices in Home Assistant.
|
||||
ha_release: 0.58
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_codeowners:
|
||||
- '@bachya'
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Times of the Day
|
||||
description: Instructions on how to integrate Times of the Day binary sensors within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Helper
|
||||
ha_release: 0.89
|
||||
ha_iot_class: Calculated
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Tomato
|
||||
description: Instructions on how to integrate Tomato routers into Home Assistant.
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
ha_release: pre 0.7
|
||||
ha_domain: tomato
|
||||
ha_iot_class: Local Polling
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Toon
|
||||
description: Instructions on how to integrate Eneco Toon/Engie Electrabel Boxx/Viesgo within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Climate
|
||||
- Energy
|
||||
- Sensor
|
||||
@ -39,7 +39,7 @@ and a Toon API developer account.
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- [Binary Sensor](#binary-sensor)
|
||||
- [Binary sensor](#binary-sensor)
|
||||
- [Climate](#climate)
|
||||
- [Sensor](#sensor)
|
||||
- [Switch](#switch)
|
||||
|
@ -3,7 +3,7 @@ title: Total Connect
|
||||
description: Integrate Resideo Total Connect 2.0-enabled alarm systems into Home Assistant.
|
||||
ha_category:
|
||||
- Alarm
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
ha_release: 0.42
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
@ -76,9 +76,9 @@ sudo apt install libxml2-dev libxmlsec1-dev
|
||||
|
||||
{% enddetails %}
|
||||
|
||||
## Alarm Control Panel
|
||||
## Alarm control panel
|
||||
|
||||
The integration provides an Alarm Control Panel for each Total Connect location. It uses the name of your location from Total Connect. For example, if your location name in Total Connect is "Home", Home Assistant will use `alarm_control_panel.home`.
|
||||
The integration provides an alarm control panel for each Total Connect location. It uses the name of your location from Total Connect. For example, if your location name in Total Connect is "Home", Home Assistant will use `alarm_control_panel.home`.
|
||||
|
||||
The alarm control panel supports the following services: `alarm_arm_away`, `alarm_arm_home`, `alarm_arm_night`, and `alarm_disarm`. The integration also provides unique services for `totalconnect.arm_home_instant` and `totalconnect.arm_away_instant` which arms the system with zero entry delay, triggering the alarm instantly if an entry/exit zone is faulted.
|
||||
|
||||
@ -88,9 +88,9 @@ The `triggered` state also provides a state attribute called `triggered_source`
|
||||
- `Fire/Smoke` is when fire or smoke is detected, and/or the Fire button was pressed
|
||||
- `Carbon Monoxide` is when carbon monoxide is detected
|
||||
|
||||
## Binary Sensor
|
||||
## Binary sensor
|
||||
|
||||
The integration provides a Binary Sensor for each Total Connect zone. To see faulted zones in Home Assistant, your Total Connect account must have "Sensor Activities" enabled. Your alarm monitoring company may charge an extra fee to enable this. If available, these can be found in the Total Connect 2 web portal at **Notifications** -> **Sensor Activities**. Alternately, they can be found in the Total Connect mobile app at **More** -> **Settings** -> **Notifications** -> **Sensor Activities**. Enable each zone you want to monitor. Unmonitored zones will display as `Closed` in Home Assistant.
|
||||
The integration provides a binary sensor for each Total Connect zone. To see faulted zones in Home Assistant, your Total Connect account must have "Sensor Activities" enabled. Your alarm monitoring company may charge an extra fee to enable this. If available, these can be found in the Total Connect 2 web portal at **Notifications** -> **Sensor Activities**. Alternately, they can be found in the Total Connect mobile app at **More** -> **Settings** -> **Notifications** -> **Sensor Activities**. Enable each zone you want to monitor. Unmonitored zones will display as `Closed` in Home Assistant.
|
||||
|
||||
The Total Connect API has limited zone type information. Home Assistant device class `door` is assigned to Total Connect entry/exit, perimeter, and motion zones; along with most alarm panel buttons. The sensor will appear as `True` if the zone is opened (either fault or triggered in Total Connect) and `False` if closed. Device class `smoke` is assigned to Total Connect smoke detectors and alarm panel buttons set to a "Fire No Verification" response type. The sensor will appear as `True` if smoke is detected or the respective button is pressed. Device class `gas` is assigned to Total Connect carbon monoxide detectors. The sensor will appear as `True` if carbon monoxide is detected.
|
||||
|
||||
|
@ -57,6 +57,6 @@ Controller versions 5.1.0 and later are supported.
|
||||
- Firmware Update entities.
|
||||
- WAN/LAN Port connectivity sensor entities.
|
||||
|
||||
## Device Trackers
|
||||
## Device trackers
|
||||
|
||||
- Not currently supported.
|
||||
|
@ -4,7 +4,7 @@ description: Instructions how to use Traccar GPS tracker to track devices in Hom
|
||||
ha_release: 0.83
|
||||
ha_category:
|
||||
- Car
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
ha_iot_class: Local Polling
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Tractive
|
||||
description: Instructions on how to integrate Tractive within Home Assistant.
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
- Presence detection
|
||||
ha_release: 2021.9
|
||||
ha_iot_class: Cloud Push
|
||||
ha_config_flow: true
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Trafikverket Camera
|
||||
description: Instructions how to integrate Trafikverket Camera within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Camera
|
||||
- Sensor
|
||||
ha_release: 2023.9
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Trend
|
||||
description: Instructions on how to integrate Trend binary sensors into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Utility
|
||||
ha_release: 0.28
|
||||
ha_iot_class: Calculated
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Text-to-speech (TTS)
|
||||
description: Instructions on how to set up text-to-speech (TTS) with Home Assistant.
|
||||
ha_category:
|
||||
- Media Source
|
||||
- Media source
|
||||
- Text-to-speech
|
||||
ha_release: 0.35
|
||||
ha_codeowners:
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Tuya
|
||||
description: Instructions on how to set up the Tuya hub within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Binary sensor
|
||||
- Camera
|
||||
- Climate
|
||||
- Cover
|
||||
|
Loading…
x
Reference in New Issue
Block a user