hass-core/homeassistant/components/modbus
Paulus Schoutsen 7859be6481
Add deduplicate translations script (#96384)
* Add deduplicate script

* Fix forecast_solar incorrect key with space

* Fix utf-8

* Do not create references to other arbitrary other integrations

* Add commented code to only allow applying to referencing integrations

* Tweak

* Bug fix

* Add command line arg for limit reference

* never suggest to update common keys

* Output of script

* Apply suggestions from code review

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>

---------

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2023-07-13 11:52:50 -04:00
..
__init__.py Add modbus hvac_* write registers (#89695) 2023-03-15 14:09:14 +01:00
base_platform.py
binary_sensor.py Bump pymodbus to 3.3.1 (#94162) 2023-06-08 15:57:49 +02:00
climate.py Add modbus hvac_* write registers (#89695) 2023-03-15 14:09:14 +01:00
const.py Add modbus hvac_* write registers (#89695) 2023-03-15 14:09:14 +01:00
cover.py
fan.py
light.py
manifest.json Bump pymodbus to 3.3.1 (#94162) 2023-06-08 15:57:49 +02:00
modbus.py Correct typing of pymodbus in modbus (#90039) 2023-03-21 13:26:03 +01:00
sensor.py Revert "Allow setting an entity's name by its device class" (#93539) 2023-05-25 17:20:54 +02:00
services.yaml Migrate integration services (L-M) to support translations (#96374) 2023-07-12 00:24:16 +02:00
strings.json Add deduplicate translations script (#96384) 2023-07-13 11:52:50 -04:00
switch.py
validators.py