Commit Graph

13 Commits (f89de613d9449f1edd717f00f333dd0546985fb4)

Author SHA1 Message Date
epenet 4da7508e9d
Add CO device class to binary_sensor entity model ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-28 10:33:21 -10:00
Erik Montnemery a5b0e21e08
Fix translations for binary_sensor tampered device triggers () 2021-12-04 18:38:09 +01:00
Philip Allgaier 5e88760fa7
Add translations for binary_sensor device classes ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-10-26 20:41:44 +02:00
Joakim Sørensen 6341dd4883
Add running device class to binary sensor () 2021-10-25 23:05:27 +02:00
Franck Nijhof 441b0b2fb7
Add tamper device class for binary sensor () 2021-10-16 14:30:52 -07:00
Michael af32bd956c
Add DEVICE_CLASS_UPDATE to Binary Sensor ()
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-08-17 01:30:32 +02:00
Oncleben31 3187c7cc9d
Add missing device class strings (binary sensor) ()
`battery_charging`, `light`, `moving`, `plug` were missing.
Developer documentation was used for states text:
https://developers.home-assistant.io/docs/core/entity/binary-sensor
2020-11-09 22:09:44 +01:00
Paulus Schoutsen e9ff1940d6
Translation fixes and tweaks ()
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
2020-04-21 17:57:21 -07:00
Paulus Schoutsen d560e8245a
Import state strings () 2020-04-20 16:25:35 -07:00
Paulus Schoutsen 6119e79023
Migrate frontend translations of domains to backend () 2020-04-16 11:52:27 -07:00
Franck Nijhof 39336d3ea3
Add prettier (in pre-commit and CI) ()
* Add prettier (in pre-commit and CI)

* Make all file prettier

* Change order

* Add to Azure Pipelines

* Fix a YAML file prettier caught as invalid

* Remove flow mapping using curly braces from all YAML service files
2020-04-05 17:27:16 +02:00
Erik Montnemery 0cfd0388d6 Fix translations for binary_sensor triggers () 2019-10-08 09:57:24 -07:00
Erik Montnemery e5f6f33340 Add device automation support to binary_sensor entities ()
* Add device automation support to binary_sensor entities

* turn_on -> turned_on

* Correct spelling of present

* Improve tests

* Fix strings

* Fix stale comment
2019-09-22 11:13:17 -07:00