Jan-Philipp Benecke
1d425f3913
Use debug/warning instead of info log level in components [s] ( #126141 )
...
* Use debug/warning instead of info log level in components [s]
* Fix merge error
2024-09-18 21:33:52 +02:00
epenet
d4ae592a85
Improve config flow type hints in sms ( #124352 )
...
* Improve config flow type hints in sms
* Drop async_step_import
2024-08-28 13:00:30 +02:00
Sid
c2b3bf3fb9
Enable Ruff RET502 ( #115139 )
2024-05-21 22:19:33 +02:00
Sid
2cc916db6d
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
Matthew Hallonbacka
4a89e18b7e
Fix check for missing parts on incoming SMS ( #105068 )
...
* Fix check for missing parts on incoming SMS
* Add tests for get_and_delete_all_sms function
* Fix CI issues
* Install libgammu-dev in CI
* Bust the venv cache
* Include python-gammu in requirements-all.txt
* Adjust install of dependencies
---------
Co-authored-by: Erik <erik@montnemery.com>
2024-04-16 21:34:09 +02:00
Sid
0d66d298ec
Enable Ruff RET504 ( #114528 )
...
* Enable Ruff RET504
* fix test
* Use noqa instead of cast
* fix sonos RET504
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-06 11:07:37 +02:00
Sid
6587ee20db
Enable Ruff TRY300 ( #114437 )
...
* Enable Ruff TRY300
* Update validation.py
* Address review comments
2024-03-30 10:37:59 +01:00
Joost Lekkerkerker
77917506bb
Improve lists in integrations [R-S] ( #113233 )
...
* Improve lists in integrations [R-S]
* Fix
* Fix
2024-03-13 21:55:00 +01:00
Marc Mueller
2c06d4fcb9
Add empty line after module docstring (2) [components] ( #112736 )
2024-03-08 19:15:59 +01:00
Marc Mueller
930a396712
Add empty line after module docstring [s] ( #112704 )
2024-03-08 14:33:51 +01:00
Joost Lekkerkerker
4cb8df0951
Add icon translations to SMS ( #112228 )
2024-03-05 08:42:25 +01:00
Erik Montnemery
b0ed8c4961
Migrate integrations s-t to generic flowhandler ( #111865 )
2024-02-29 22:16:14 +01:00
Jan-Philipp Benecke
1f1411b6a5
Move sms coordinators to their own file ( #100276 )
2023-09-13 13:22:37 +02:00
Ville Skyttä
b51c0f6ddc
Remove unnnecessary pylint configs from components [s-z]* ( #98925 )
2023-08-24 01:25:32 +02:00
Marc Mueller
063ce9159d
Use asyncio.timeout [o-s] ( #98451 )
2023-08-15 17:21:49 +02:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
Joost Lekkerkerker
6f880ec837
Use device class naming for SMS ( #96156 )
2023-07-18 21:39:28 +02:00
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
Michael
b4e12d34f6
Add entity name translations to SMS ( #90727 )
2023-04-04 12:58:42 +02:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ( #87792 )
...
* Move EntityCategory to homeassistant.const
* Fix more imports
2023-02-09 20:15:37 +01:00
Erik Montnemery
23fa500406
Sort manifests 9 ( #87030 )
2023-02-08 20:22:30 +01:00
Franck Nijhof
939eef3b28
Remove translations from Core ( #87543 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-02-06 15:06:43 +01:00
epenet
0d579f6ac3
Add hints to get_service in integrations (2/2) ( #86693 )
2023-01-26 16:55:57 +01:00
GitHub Action
f25017313a
[ci skip] Translation update
2022-12-09 00:24:29 +00:00
GitHub Action
230b50d099
[ci skip] Translation update
2022-11-29 00:26:01 +00:00
GitHub Action
b65d8cc1b3
[ci skip] Translation update
2022-11-28 00:23:09 +00:00
GitHub Action
eaf6d43508
[ci skip] Translation update
2022-11-23 00:26:26 +00:00
GitHub Action
0be2a3f182
[ci skip] Translation update
2022-11-22 00:26:32 +00:00
GitHub Action
388328adba
[ci skip] Translation update
2022-10-17 00:36:39 +00:00
Paul Annekov
1b17c83095
More details about SMS modem ( #75694 )
2022-09-25 21:49:55 -04:00
Oscar Calvo
b4b892a3b3
Fix a bug where SMS will not be sent as GSM-alphabet ( #78800 )
...
* Fix #76283
Fix #76283
* Update notify.py
* Fixes a bug where unicode parameter is not parssed correctly
* Apply PR feedback
* Apply PR feedback
2022-09-25 08:43:46 +02:00
Oscar Calvo
e4b288ef7c
Load sms notify via discovery ( #76733 )
...
* Fix #76283
Fix #76283
* Update notify.py
* Support sending SMS as ANSI
* Put back load via discovery
* Update homeassistant/components/sms/const.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix typo
* Apply PR feedback
* Fix bad reference
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Apply PR feedback
* Add back schema
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix pylint
* Remove platform schema
* Fix after merge
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-22 20:03:57 +02:00
Oscar Calvo
8cd04750fc
Support send SMS using GSM alphabet ( #76834 )
...
* Fix #76283
Fix #76283
* Update notify.py
* Load SMS via discovery
* Put back send as ANSI
2022-08-22 09:22:43 +02:00
GitHub Action
519d478d61
[ci skip] Translation update
2022-08-11 00:26:23 +00:00
Oscar Calvo
596b7fed34
Fix #76283 ( #76531 )
2022-08-09 16:46:22 -04:00
GitHub Action
81e3ef03f7
[ci skip] Translation update
2022-08-02 00:27:42 +00:00
GitHub Action
c4ad6d46ae
[ci skip] Translation update
2022-07-30 00:22:48 +00:00
GitHub Action
a3fd5acf3f
[ci skip] Translation update
2022-07-13 00:27:34 +00:00
Paul Annekov
81cdbf4f9b
Bump python-gammu to 3.2.4 with Python 3.10 support ( #74797 )
2022-07-09 22:53:47 +02:00
J. Nick Koston
cd03c49fc2
Wait for config entry platform forwards ( #73806 )
2022-07-09 17:27:42 +02:00
Paul Annekov
551929a175
More sensors for SMS integration ( #70486 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-06-28 21:37:23 -07:00
elBoz73
9e61c7ec49
Add target management for the service call ( #73332 )
2022-06-28 13:57:47 -07:00
GitHub Action
ceb8bb4745
[ci skip] Translation update
2022-05-21 00:22:49 +00:00
GitHub Action
1d6659224f
[ci skip] Translation update
2022-05-18 00:22:07 +00:00
Marc Mueller
2d7723169a
Update pylint to 2.13.9 ( #71941 )
...
* Update pylint to 2.13.9
* Small change
2022-05-16 15:01:31 +02:00
GitHub Action
37f81b261d
[ci skip] Translation update
2022-05-16 00:24:28 +00:00
GitHub Action
3d2b0a17ce
[ci skip] Translation update
2022-05-11 00:22:31 +00:00
GitHub Action
3de7ffde54
[ci skip] Translation update
2022-05-10 00:23:19 +00:00
Oscar Calvo
1cc9800a93
Support custom baud speed ( #68320 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-05-09 12:06:29 +02:00
Marc Mueller
9b9b553521
Disable no-self-use [pylint] ( #70641 )
...
* Disable no-self-use
* Remove disable comments
2022-04-25 07:41:01 -07:00