J. Nick Koston
d8564eba17
Bump lxml to 5.1.0 ( #106696 )
...
* Bump lxml to 5.0.0
cython 3.0.7+ is required ?
* bump
* Apply suggestions from code review
* 5.1.0
2024-01-13 21:08:42 -05:00
J. Nick Koston
a49999e984
Pin lxml to 4.9.4 ( #106694 )
2023-12-30 11:29:19 +01:00
Robert Resch
bb90c1f168
Fix multilevel reference translations ( #102338 )
2023-10-20 08:12:53 +02:00
Robert Resch
dfea1c2b7c
Remove NONE_SENTINEL in favor of optional select in scrape ( #101278 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-10-11 17:41:31 +02:00
G Johansson
fd2edf6c0a
Allow remove devices in Scrape ( #101229 )
2023-10-06 13:33:28 +02:00
Erik Montnemery
6ccb74997c
Fix ScrapeSensor.async_added_to_hass ( #100125 )
2023-09-11 16:58:56 +02:00
G Johansson
61c17291fb
Move TemplateEntity to template ( #98957 )
...
* Move TemplateEntity to template
* Rename template_entity in helpers
2023-08-24 15:37:04 +02:00
G Johansson
faf0f5f19b
Fix default values in Scrape ( #98755 )
2023-08-21 19:10:35 +02:00
G Johansson
d9906b63b7
Add payload
to Scrape config flow ( #98412 )
...
Payload to config flow
2023-08-21 15:47:11 +02:00
G Johansson
268e5244f0
Cleanup ManualTriggerSensorEntity ( #98629 )
...
* Cleanup ManualTriggerSensorEntity
* ConfigType
2023-08-18 20:19:17 +02:00
Marc Mueller
180ff24492
Add types-beautifulsoup4 dependency ( #98377 )
2023-08-14 11:50:14 +02:00
Marc Mueller
21acb5527f
Update beautifulsoup to 4.12.2 ( #98372 )
2023-08-14 10:22:53 +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
G Johansson
8f2e30040c
Add DeviceInfo to Scrape ( #97399 )
...
* Add DeviceInfo to Scrape
* simplify
* review comment
2023-08-08 19:39:41 +02:00
epenet
ed3ebdfea5
Remove myself from scrape codeowners ( #97524 )
2023-07-31 11:15:59 +02:00
G Johansson
1f11ce63fc
Manual trigger entity fix name influence entity_id ( #97398 )
2023-07-30 18:47:34 +02:00
G Johansson
c312dcbc4b
Scrape refactor to ManualTriggerEntity ( #96329 )
2023-07-25 00:54:19 +02:00
Miguel Camba
38111141f9
Add new device class: PH (potential hydrogen) ( #95928 )
2023-07-23 18:49:10 +02:00
Franck Nijhof
de211de598
Update lxml to 4.9.3 ( #96132 )
2023-07-08 16:49:17 +02:00
dougiteixeira
00075520c2
Add volatile_organic_compounds_parts
to device class selector strings for Scrape ( #95128 )
...
Add to device class selector strings for Scrape
2023-06-23 18:48:29 +02:00
epenet
4f54e33f67
Allow removal of sensor settings in scrape ( #90412 )
...
* Allow removal of sensor settings in scrape
* Adjust
* Adjust
* Add comment
* Simplify
* Simplify
* Adjust
* Don't allow empty string
* Only allow None
* Use default as None
* Use sentinel "none"
* Not needed
* Adjust unit of measurement
* Add translation keys for "none"
* Use translations
* Sort
* Add enum and timestamp
* Use translation references
* Remove default and set suggested_values
* Disallow enum device class
* Adjust tests
* Adjust _strip_sentinel
2023-03-31 14:34:20 +02:00
Olivier Ouellet
1c465b5ad0
Add encoding configuration setting to REST and Scape ( #90254 )
...
* Create new config parameter for default character encoding if no character encoding is declared
* Changes suggested by gjohansson-ST
* Added config flow for scape
* Removed "character"
* Change to create_async_httpx_client
* Remove CONF_ENCODING from Scrape SENSOR_SCHEMA
* Debug scrape test
2023-03-28 12:42:31 +02:00
G Johansson
624860da0e
Remove deprecated platform yaml in Scrape ( #90272 )
...
* Deprecate platform yaml
* typing
* DiscoveryInfoType
2023-03-27 08:05:30 +02:00
Erik Montnemery
5dfb9cddd6
Sort manifests 8 ( #87029 )
2023-02-08 20:13:46 +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
GitHub Action
be73e43989
[ci skip] Translation update
2023-02-01 00:27:42 +00:00
epenet
44beb350cd
Add scrape to strict-typing ( #86515 )
2023-01-24 14:11:56 +01:00
GitHub Action
d2e11797f8
[ci skip] Translation update
2023-01-17 00:24:30 +00:00
GitHub Action
b81453cb6b
[ci skip] Translation update
2023-01-16 00:24:22 +00:00
GitHub Action
77f9548e51
[ci skip] Translation update
2023-01-15 00:25:52 +00:00
GitHub Action
dffc913f9e
[ci skip] Translation update
2023-01-14 00:22:57 +00:00
Marc Mueller
516cb31635
Fix multi inheritance with CoordinatorEntity ( #85053 )
2023-01-03 23:07:59 +01:00
Marc Mueller
972eb34ed9
Improve bluetooth
generic typing ( #84891 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-02 21:19:53 -10:00
GitHub Action
b3ab0a0199
[ci skip] Translation update
2022-12-29 00:23:20 +00:00
Jonno12345
5e04a87cc6
Fix Scrape integration for date and timestamp devices ( #84480 )
...
* Scrape integration fix for date and timestamp devices
* Changes advised by PR review. Merged test source and used walrus operator
2022-12-28 10:16:14 +01:00
GitHub Action
cfa08c5229
[ci skip] Translation update
2022-12-15 00:24:38 +00:00
GitHub Action
6745f0c56a
[ci skip] Translation update
2022-12-12 00:24:56 +00:00
G Johansson
127eca3c35
Fix scan_interval in Scrape ( #83758 )
...
Scrape fix scan_interval
2022-12-11 13:19:04 -05:00
GitHub Action
1e0345a377
[ci skip] Translation update
2022-12-10 00:21:35 +00:00
GitHub Action
f25017313a
[ci skip] Translation update
2022-12-09 00:24:29 +00:00
GitHub Action
3de8185506
[ci skip] Translation update
2022-12-08 00:21:50 +00:00
GitHub Action
1f3e5fb4fc
[ci skip] Translation update
2022-12-07 00:24:08 +00:00
GitHub Action
3ab9a14ce7
[ci skip] Translation update
2022-12-06 00:21:31 +00:00
GitHub Action
5f9290e572
[ci skip] Translation update
2022-12-05 00:23:07 +00:00
GitHub Action
a1eab7f842
[ci skip] Translation update
2022-12-04 00:23:06 +00:00
GitHub Action
03154e1d83
[ci skip] Translation update
2022-12-03 00:21:50 +00:00
GitHub Action
c9c2886b26
[ci skip] Translation update
2022-12-02 00:23:57 +00:00
GitHub Action
0d1f476bee
[ci skip] Translation update
2022-12-01 00:33:36 +00:00
epenet
cbf8a41eed
Add ability to edit sensors in scrape config flow ( #82926 )
...
* Add ability to edit sensors in scrape config flow
* Fix docstring
* Update homeassistant/components/scrape/config_flow.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* docstring
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-11-30 14:16:28 +01:00
epenet
92fef0f2ba
Improve resource validation in scrape config flow ( #82965 )
...
* Improve resource validation in scrape
* Coverage
2022-11-30 14:05:01 +01:00