diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index ce519089ceb..8f4ccd2996a 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -21,7 +21,7 @@ - topic: Discovery description: "[Discovery](/integrations/discovery/) is the automatic setup of zeroconf/mDNS and uPnP devices after they are discovered." - topic: Domain - description: "Each integration in Home Assitant has a unique identifier: a domain. All of the entities and services available in Home Assistant are provided by integrations and thus belong to such a domain. The first part of the entity or service, before the `.` shows the domain they belong to. For example `light.kitchen` is an entity in the `light` domain from the [light integration](/integrations/light), while `hue.activate_scene` is the `activate_scene` service for the `hue` domain which belongs to the [Hue integration](/integrations/hue)." + description: "Each integration in Home Assistant has a unique identifier: a domain. All of the entities and services available in Home Assistant are provided by integrations and thus belong to such a domain. The first part of the entity or service, before the `.` shows the domain they belong to. For example `light.kitchen` is an entity in the `light` domain from the [light integration](/integrations/light), while `hue.activate_scene` is the `activate_scene` service for the `hue` domain which belongs to the [Hue integration](/integrations/hue)." - topic: Entity description: "An entity is the representation of a single control or data point of a device or service inside Home Assistant. A single device or service can thus provide multiple entities to be able to monitor and control all features a device provides. For example, a combined temperature and humidity sensor, in general, provides two `sensor` entities. One for the temperature (e.g., `sensor.temperature` with state `21.0` and unit `°C`) and one for the humity (e.g., `sensor.humidity` with state `65.4` and unit `%`)." - topic: Event diff --git a/source/_integrations/syncthru.markdown b/source/_integrations/syncthru.markdown index c8de5b92b4a..4e964684a17 100644 --- a/source/_integrations/syncthru.markdown +++ b/source/_integrations/syncthru.markdown @@ -16,16 +16,16 @@ ha_platforms: ha_integration_type: integration --- -The Samsung SyncThru Printer platform allows Home Asssitant to read current data from a local Samsung printer. +The Samsung SyncThru Printer platform allows Home Assistant to read current data from a local Samsung printer. Depending on device abilities, the following separate sensors are created if supported: - - Whether the printer is online - - Whether the printer is in an error state - - Black, cyan, magenta and yellow toner fill level - - Black, cyan, magenta and yellow drum state - - First to fifth paper input tray state - - First to sixth paper output tray state +- Whether the printer is online +- Whether the printer is in an error state +- Black, cyan, magenta and yellow toner fill level +- Black, cyan, magenta and yellow drum state +- First to fifth paper input tray state +- First to sixth paper output tray state In order for a device to be discovered automatically, SSPD / UPnP (under Network settings) must be enabled.