Skip to content

Commit

Permalink
Ready for version 0.110
Browse files Browse the repository at this point in the history
  • Loading branch information
iswitch committed May 14, 2020
1 parent c2a60e8 commit 667f508
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 16 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)

# Иконки Яндекс устройств для Home Assistant
Пак иконок (умных устройств с Алисой) для Home Assistant
Пак иконок (умных устройств с Алисой) для Home Assistant (актуально для плагина [YandexStation](https://github.com/AlexxIT/YandexStation))

## Инструкции
Чтобы добавить эти иконки в Home Assistant, нужно выполнить простые шаги:

1) Скопируйте в папку www вашего Home Assistant.
1) Скопируйте в папку www вашего Home Assistant или установить через HACS.
2) Добавьте этот код в configuration.yaml:

```
frontend:
extra_html_url:
- /hacsfiles/ha-yandex-icons/yandex-icons.html
lovelace:
resources:
- url: /hacsfiles/ha-yandex-icons/yandex-icons.js
type: module
```

Чтобы использовать иконки, просто напишите "yandex:station".
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Yandex icons",
"filename": "yandex-icons.html",
"filename": "yandex-icons.js",
"render_readme": true
}
Loading

0 comments on commit 667f508

Please sign in to comment.