* Update fan entity docs
- Limit allowed speed values to one of the constants SPEED_OFF, SPEED_LOW, SPEED_MEDIUM, SPEED_HIGH.
- Add methods.
- Clean up.
* Update speed typing in turn on
* Revise frontend github repo location
The home-assistant-polymer repo seem to redirect to the home-assistant/frontend, so use that instead
* Consistent dummy path
Be consistent and use the same dummy path for the frontend throughout this instruction
* Update docs/frontend_development.md
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Updated the Fork instruction and shell command
Im not sure but i believe since the name change into core and the other homeassistant version the fork instruction is faulty. So i changed it and added a small little note, which might be a little overkill.
* ✏️ Tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Add warning for call async function from a thread
* Update docs/asyncio_working_with_async.md
Co-Authored-By: Aaron Bach <bachya1208@gmail.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Aaron Bach <bachya1208@gmail.com>
* add after_dependencies
A missing part of https://github.com/home-assistant/home-assistant/pull/23148
Had to learn it hard way so think it needs to be improved.
* tweak
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* extra info added
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Update creating_integration_manifest.md
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Add fetching data intro
* Apply suggestions from code review
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
* Address some comments
* Apply suggestions from code review
Co-Authored-By: Teemu R. <tpr@iki.fi>
* Update API
* Simplify entity with update coordinator.
* Clarify update state methods.
* Update docs/integration_fetching_data.md
Co-Authored-By: Teemu R. <tpr@iki.fi>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Teemu R. <tpr@iki.fi>
* Add some more things to quality scale
* Update docs/entity_index.md
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Use f-strings instead of .format()
* Code block language marker fixes
* Make example code blocks syntactically valid Python
* Run all python code blocks through black
https://github.com/scop/misc/blob/master/black_markdown.py
* Add some missing code block language markers
* Use shell language consistently to mark shell code blocks
* Undo folding of some example dicts
* Remove outdated OrderedDict comments per Python 3.7, replace with plain dict