core/homeassistant/components/conversation
Franck Nijhof 24840b54ac
Add yamllint (in pre-commit and CI) (#33676)
* Add yamllint (in pre-commit and CI)

* Fix linting for all YAML files

* Bump and add it to requirements

* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00
..
__init__.py Clean up core services (#31509) 2020-02-08 13:10:59 +01:00
agent.py Make conversation and intent context aware (#28965) 2019-11-26 11:30:21 +01:00
const.py Refactor the conversation integration (#27839) 2019-10-18 11:46:45 -07:00
default_agent.py Move intent registration to own integration (#29280) 2019-12-01 14:12:57 -08:00
manifest.json Remove unused manifest fields (#33595) 2020-04-03 12:58:19 -07:00
services.yaml Add yamllint (in pre-commit and CI) (#33676) 2020-04-05 10:33:45 +02:00
util.py