Skip to content

Commit

Permalink
Add entities documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Aug 25, 2022
1 parent 600f06e commit 0f3a702
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/entities/sensor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
id: sensor_entities
title: Sensor entities
description: "Sensor entities"
---

HACS provides a sensor entity that shows how many updates are pending.
11 changes: 11 additions & 0 deletions documentation/entities/update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: update_entities
title: Update entities
description: "Update entities"
---

:::note
This require [experimental features](/docs/configuration/options#options) enabled.
:::

HACS provide [update entities](https://www.home-assistant.io/integrations/update/) for all tracked repositories.
6 changes: 6 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ module.exports = {
type: 'autogenerated',
dirName: 'navigation',
}],
Entities: [
{
type: 'autogenerated',
dirName: 'entities',
}
],
Categories: [
{
type: 'autogenerated',
Expand Down

0 comments on commit 0f3a702

Please sign in to comment.