boneio 1.3.0.dev18__tar.gz → 1.3.0.dev19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {boneio-1.3.0.dev18/boneio.egg-info → boneio-1.3.0.dev19}/PKG-INFO +1 -1
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/config_helper.py +3 -6
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/yaml_util.py +13 -16
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/inputs.py +4 -3
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/manager.py +349 -228
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/modbus.py +1 -1
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/outputs.py +0 -2
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/sensors.py +0 -2
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/update.py +261 -181
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/state/manager.py +3 -6
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/display/oled.py +4 -6
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/usr-sbin/oled_boot_splash.py +1 -1
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/versions/v1_3_0_baseline.py +5 -0
- boneio-1.3.0.dev18/boneio/migrations/versions/v1_3_0dev18_fix_oled_boot.py → boneio-1.3.0.dev19/boneio/migrations/versions/v1_3_1_fix_oled_boot.py +1 -1
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/runner.py +0 -2
- boneio-1.3.0.dev19/boneio/version.py +2 -0
- boneio-1.3.0.dev18/boneio/webui/frontend-dist/assets/ConfigEditor-vyhv5yQV.js → boneio-1.3.0.dev19/boneio/webui/frontend-dist/assets/ConfigEditor-CIjN171I.js +1 -1
- boneio-1.3.0.dev19/boneio/webui/frontend-dist/assets/index-C_S5rhz7.css +2 -0
- boneio-1.3.0.dev18/boneio/webui/frontend-dist/assets/index-D97SbEW0.js → boneio-1.3.0.dev19/boneio/webui/frontend-dist/assets/index-eaBQjHZY.js +3 -3
- boneio-1.3.0.dev19/boneio/webui/frontend-dist/assets/useTranslation-BRR2hwZk.js +13 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/index.html +3 -3
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/sw.js +1 -1
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/config.py +27 -15
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/modbus.py +2 -4
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19/boneio.egg-info}/PKG-INFO +1 -1
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio.egg-info/SOURCES.txt +5 -5
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/pyproject.toml +1 -0
- boneio-1.3.0.dev18/boneio/version.py +0 -2
- boneio-1.3.0.dev18/boneio/webui/frontend-dist/assets/index-D7hfuu2N.css +0 -2
- boneio-1.3.0.dev18/boneio/webui/frontend-dist/assets/useTranslation-DxGR4SjZ.js +0 -13
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/LICENSE +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/MANIFEST.in +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/README.md +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.2/input.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.2/output_24_16.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.2/output_32_10.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.2/output_32_5.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.2/output_cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.2/output_cover_mix.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.3/input.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.3/output_24_16.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.3/output_32_10.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.3/output_32_5.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.3/output_cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.3/output_cover_mix.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.4/input.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.4/output_24_16.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.4/output_32_10.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.4/output_32_5.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.4/output_cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.4/output_cover_mix.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.5/input.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.5/output_24_16.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.5/output_32_10.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.5/output_cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.5/output_cover_mix.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.6/input.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.6/output_24_16.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.6/output_32_10.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.6/output_cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.6/output_cover_mix.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.7/input.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.7/output_24_16.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.7/output_32_10.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.7/output_48_4.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.7/output_cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.7/output_cover_mix.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.8/input.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.8/output_24_16.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.8/output_32_10.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.8/output_48_4.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.8/output_cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/boards/0.8/output_cover_mix.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/bonecli.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/cover/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/cover/cover.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/cover/time_based.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/cover/venetian.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/group/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/group/output_group.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/input/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/input/binary_sensor.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/input/detectors.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/input/event.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/irrigation/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/irrigation/controller.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/irrigation/water_source.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/output/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/output/basic.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/output/mcp.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/output/pca.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/output/pcf.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/sensor/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/sensor/virtual_energy.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/template/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/template/alarm_panel.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/template/gate_cover.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/components/template/thermostat.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/const.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/cloud/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/cloud/data/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/cloud/data/docker-compose-cloud.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/cloud/data/docker-compose.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/cloud/data/init-certs-cloud.sh +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/cloud/registration.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/cloud/secrets.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/migrations/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/migrations/v1_proxy_port.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/migrations/v2_transition.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/package-lock.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/package.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/config/schema_converter.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/discovery.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/events/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/events/bus.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/action_conditions.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/canopen.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/covers.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/display.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/irrigation.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/remote.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/templates/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/templates/alarm.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/templates/gate_cover.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/templates/thermostat.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/manager/templates.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/basic.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/basic_mqtt.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/composite.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/local.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/lox.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/loxone.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/mqtt.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/messaging/queue.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/remote/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/remote/base.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/remote/can.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/remote/esphome.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/remote/mqtt.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/remote/wled.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/sensor/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/sensor/base.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/sensor/system.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/state/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/system/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/system/host_data.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/system/monitor.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/utils/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/utils/async_updater.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/utils/conditions.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/utils/filter.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/utils/font_util.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/utils/logger.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/utils/timeperiod.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/core/utils/util.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/24x16/adc.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/24x16/binary_sensor.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/24x16/config.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/24x16/event.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/24x16/mqtt.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/24x16/output24x16A.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/32x10/adc.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/32x10/binary_sensor.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/32x10/config.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/32x10/event.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/32x10/mqtt.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/32x10/output32x10A.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/48x4/adc.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/48x4/binary_sensor.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/48x4/config.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/48x4/event.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/48x4/mqtt.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/48x4/output48x4A.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/can_master.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/can_slave.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover/adc.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover/binary_sensor.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover/config.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover/cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover/event.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover/mqtt.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover/outputCover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover_mix/adc.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover_mix/binary_sensor.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover_mix/config.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover_mix/cover.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover_mix/event.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover_mix/mqtt.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/cover_mix/outputCoverMix.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/adc.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/all_binary_sensor.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/binary_sensor.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/binary_sensor_v_0_7.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/config_24_16.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/event_all.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/event_v_0_7.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/led32x4A.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/output24x16A.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/output24x16A_v0.3.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/output32x10A.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/example_config/different_configs/output32x5A.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/exceptions.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/analog/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/analog/adc.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/can/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/can/bridge.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/can/client.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/can/interface.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/can/node.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/can/node_id.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/can/sudoers.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/can/test_od.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/display/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/display/early_oled.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/display/fonts/danube__.ttf +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/gpio/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/gpio/expanders/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/gpio/expanders/mcp23017.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/gpio/expanders/pca9685.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/gpio/expanders/pcf8575.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/gpio/input/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/gpio/input/base.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/gpio/input/manager.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/i2c/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/i2c/bus.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/i2c/ina219.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/i2c/ina219_driver.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/i2c/mcp9808.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/i2c/pct2075.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/onewire/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/onewire/bus.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/onewire/dallas.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/onewire/ds2482.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/sensor/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/sensor/temperature/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/sensor/temperature/base.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/sensor/temperature/mcp9808.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/hardware/sensor/temperature/pct2075.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/integration/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/integration/homeassistant.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/integration/interlock.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/integration/lox_template.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/actions.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/MANIFEST.sha256 +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/docker/daemon.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/docker/nodered/docker-compose.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/docker/nodered/nginx/default.conf +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/docker/nodered/node-red/settings.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/journald/journald.conf +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/mosquitto/boneio.conf +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/sudoers/boneio +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/systemd/boneio-oled-boot.service +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/systemd/boneio.service +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/systemd/set-hostname-once.service +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/usr-local-bin/set-hostname-once.sh +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/usr-sbin/oled_boot_splash.sh +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/usr-sbin/oled_msg.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/assets/usr-sbin/oled_msg.sh +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/bootstrap/boneio-migrate +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/bootstrap/install-helper.sh +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/bootstrap/sudoers-migrate +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/runner.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/migrations/versions/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/cli.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/client.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/coordinator.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/energy_meters/le-03mw.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/energy_meters/le-03mwct.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/energy_meters/orno-or-we-517.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/energy_meters/sdm120.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/energy_meters/sdm630.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/energy_meters/socomec_e03.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/energy_meters/socomec_e23.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/hvac/fujitsu-ac.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/hvac/ventclear.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/inverters/sofar.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/inverters/thessla.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/other/esp32_relay_x4_modbus.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/other/n4dsc08.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/other/r4dcb08.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/other/wanas415.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/boneio-edge-temp.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/cwt.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/dts1964_3f.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/dyp-a12-ultrasonic.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/gdfs.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/gdfx.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/liquid-sensor.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/pt100.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/sht20.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/devices/sensors/sht30.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/base.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/derived/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/derived/numeric.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/derived/select.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/derived/switch.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/derived/text.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/sensor/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/sensor/binary.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/sensor/numeric.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/sensor/text.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/writeable/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/writeable/binary.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/entities/writeable/numeric.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/modbus/utils.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/models/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/models/actions.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/models/events.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/models/files.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/models/logs.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/models/mqtt.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/models/state.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/actions.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/actions_sensor.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/actions_switch.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/condition.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/filters.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/filters_adc.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/id.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/remote_devices.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/schema.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/temp_unit.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/schema/update_interval.yaml +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/action_validation.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/app.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/aiConfig-LL3nlemJ.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/aiWizardPrompt-CmumVq54.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/codicon-DCmgc-ay.ttf +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/editor.worker-BVjSvWeP.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/json.worker-CqOJL4FD.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/monaco-B9WiNxkw.css +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/monaco-CAZoGZNF.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/rolldown-runtime-Dw2cE7zH.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/vendor-BD5Ml_Uz.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/workbox-window.prod.es5-BJd1pjeW.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/assets/yaml.worker-nZQZSRZ7.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/boneio-192.png +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/boneio-512.png +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/boneio.svg +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/boneio_fav.svg +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/adc.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/areas.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/binary_sensor.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/boneio.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/can.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/config.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/cover.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/dallas.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/ds2482.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/event.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/ina219.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/irrigation.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/lm75.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/logger.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/lox_udp.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/mcp23017.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/mcp9808.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/modbus.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/modbus_devices.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/mqtt.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/oled.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/output.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/output_group.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/pca9685.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/pcf8575.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/remote_devices.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/sensor.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/template.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/virtual_energy_sensor.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/schema/web.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/frontend-dist/workbox-4eca85ba.js +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/middleware/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/middleware/auth.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/auth.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/caddy.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/can.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/covers.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/irrigation.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/migrations.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/outputs.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/remote_devices.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/sensors.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/system.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/templates.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/timezone_sudoers.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/tools.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/routes/update.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/adc.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/areas.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/binary_sensor.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/boneio.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/can.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/config.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/cover.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/dallas.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/ds2482.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/event.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/ina219.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/irrigation.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/lm75.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/logger.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/lox_udp.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/mcp23017.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/mcp9808.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/modbus.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/modbus_devices.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/mqtt.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/oled.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/output.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/output_group.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/pca9685.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/pcf8575.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/remote_devices.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/sensor.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/template.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/virtual_energy_sensor.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/schema/web.schema.json +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/services/__init__.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/services/logs.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/web_server.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio/webui/websocket_manager.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio.egg-info/dependency_links.txt +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio.egg-info/entry_points.txt +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio.egg-info/requires.txt +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/boneio.egg-info/top_level.txt +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/setup.cfg +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/setup.py +0 -0
- {boneio-1.3.0.dev18 → boneio-1.3.0.dev19}/tests/test_py313_compatibility.py +0 -0
|
@@ -40,7 +40,7 @@ class ConfigHelper:
|
|
|
40
40
|
device_type: str = "boneIO Black",
|
|
41
41
|
ha_discovery: bool = True,
|
|
42
42
|
ha_discovery_prefix: str = HOMEASSISTANT,
|
|
43
|
-
network_info: dict =
|
|
43
|
+
network_info: dict | None = None,
|
|
44
44
|
is_web_active: bool = False,
|
|
45
45
|
web_port: int = 8090,
|
|
46
46
|
proxy_port: int | None = None,
|
|
@@ -56,7 +56,7 @@ class ConfigHelper:
|
|
|
56
56
|
self._name = name
|
|
57
57
|
|
|
58
58
|
# Generate serial number from MAC - always required for topic prefix
|
|
59
|
-
self._serial_no = get_serial_from_mac(network_info)
|
|
59
|
+
self._serial_no = get_serial_from_mac(network_info or {})
|
|
60
60
|
|
|
61
61
|
# Build fixed topic prefix: boneio/blk_{serial}
|
|
62
62
|
# This is no longer configurable - always uses this format
|
|
@@ -309,10 +309,7 @@ class ConfigHelper:
|
|
|
309
309
|
def is_topic_in_autodiscovery(self, topic: str) -> bool:
|
|
310
310
|
topic_parts_raw = topic[len(f"{self._ha_discovery_prefix}/") :].split("/")
|
|
311
311
|
ha_type = topic_parts_raw[0]
|
|
312
|
-
|
|
313
|
-
if topic in self._autodiscovery_messages[ha_type]:
|
|
314
|
-
return True
|
|
315
|
-
return False
|
|
312
|
+
return ha_type in self._autodiscovery_messages and topic in self._autodiscovery_messages[ha_type]
|
|
316
313
|
|
|
317
314
|
def clear_autodiscovery_type(self, ha_type: str):
|
|
318
315
|
self._autodiscovery_messages[ha_type] = {}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import contextlib
|
|
1
2
|
import fnmatch
|
|
2
3
|
import logging
|
|
3
4
|
import os
|
|
@@ -309,7 +310,7 @@ def merge_board_config(config: dict) -> dict:
|
|
|
309
310
|
if not board_config:
|
|
310
311
|
raise ConfigurationException(f"Bottom board configuration file {board_file} is empty")
|
|
311
312
|
except FileNotFoundError:
|
|
312
|
-
raise ConfigurationException(f"Board configuration for {board_name} version {version} not found")
|
|
313
|
+
raise ConfigurationException(f"Board configuration for {board_name} version {version} not found") from None
|
|
313
314
|
_LOGGER.debug(f"Loaded board configuration: {board_name}")
|
|
314
315
|
|
|
315
316
|
# Copy MCP configuration if not already defined
|
|
@@ -427,9 +428,8 @@ class CustomValidator(Validator):
|
|
|
427
428
|
doc_value = self.document[key] # type: ignore[attr-defined]
|
|
428
429
|
if isinstance(doc_value, str):
|
|
429
430
|
doc_value = doc_value.lower()
|
|
430
|
-
if doc_value in [v.lower() if isinstance(v, str) else v for v in values]:
|
|
431
|
-
|
|
432
|
-
self._error(field, f"required when {key} is {doc_value}") # type: ignore[attr-defined]
|
|
431
|
+
if doc_value in [v.lower() if isinstance(v, str) else v for v in values] and field not in self.document: # type: ignore[attr-defined]
|
|
432
|
+
self._error(field, f"required when {key} is {doc_value}") # type: ignore[attr-defined]
|
|
433
433
|
|
|
434
434
|
def _validate_forbidden_if(self, forbidden_if, field, value):
|
|
435
435
|
"""Validate that a field is forbidden if a condition is met.
|
|
@@ -448,9 +448,12 @@ class CustomValidator(Validator):
|
|
|
448
448
|
if isinstance(doc_value, str):
|
|
449
449
|
doc_value = doc_value.lower()
|
|
450
450
|
|
|
451
|
-
if
|
|
452
|
-
|
|
453
|
-
|
|
451
|
+
if (
|
|
452
|
+
doc_value in [v.lower() if isinstance(v, str) else v for v in values]
|
|
453
|
+
and field in self.document
|
|
454
|
+
and value != default_value
|
|
455
|
+
): # type: ignore[attr-defined]
|
|
456
|
+
self._error(field, f"forbidden when {key} is {doc_value}") # type: ignore[attr-defined]
|
|
454
457
|
|
|
455
458
|
def _normalize_coerce_action_field(self, value):
|
|
456
459
|
"""Handle conditional defaults for action fields."""
|
|
@@ -809,7 +812,6 @@ def _compute_config_dir_hash(config_file: str) -> str:
|
|
|
809
812
|
hashed — other files in the directory (e.g. ``state.json``) are ignored.
|
|
810
813
|
"""
|
|
811
814
|
import hashlib
|
|
812
|
-
import re
|
|
813
815
|
from pathlib import Path
|
|
814
816
|
|
|
815
817
|
config_path = Path(config_file)
|
|
@@ -1062,7 +1064,7 @@ def load_config_from_file(
|
|
|
1062
1064
|
try:
|
|
1063
1065
|
config_yaml = load_yaml_file(config_file)
|
|
1064
1066
|
except FileNotFoundError as err:
|
|
1065
|
-
raise ConfigurationException(err)
|
|
1067
|
+
raise ConfigurationException(err) from err
|
|
1066
1068
|
_LOGGER.debug("[STARTUP TIMING] load_yaml_file: %.2fs", _time.monotonic() - _t0)
|
|
1067
1069
|
if not config_yaml:
|
|
1068
1070
|
_LOGGER.warning("Missing yaml file. %s", config_file)
|
|
@@ -1205,7 +1207,6 @@ def update_config_section(config_file: str, section: str, data: dict | list) ->
|
|
|
1205
1207
|
Returns:
|
|
1206
1208
|
dict: Status response with success/error message
|
|
1207
1209
|
"""
|
|
1208
|
-
import os
|
|
1209
1210
|
from pathlib import Path
|
|
1210
1211
|
|
|
1211
1212
|
config_dir = Path(config_file).parent
|
|
@@ -1222,10 +1223,8 @@ def update_config_section(config_file: str, section: str, data: dict | list) ->
|
|
|
1222
1223
|
if addr.startswith("0x") or addr.startswith("0X"):
|
|
1223
1224
|
entry["address"] = int(addr, 16)
|
|
1224
1225
|
else:
|
|
1225
|
-
|
|
1226
|
+
with contextlib.suppress(ValueError):
|
|
1226
1227
|
entry["address"] = int(addr, 10)
|
|
1227
|
-
except ValueError:
|
|
1228
|
-
pass # Keep as string if conversion fails
|
|
1229
1228
|
|
|
1230
1229
|
# Strip default values to keep YAML clean
|
|
1231
1230
|
cleaned_data = strip_default_values(data, {}, section)
|
|
@@ -1366,8 +1365,6 @@ def update_yaml_field(config_file: str, section: str, field: str, value: str) ->
|
|
|
1366
1365
|
Returns:
|
|
1367
1366
|
dict: Status response with success/error message.
|
|
1368
1367
|
"""
|
|
1369
|
-
import re
|
|
1370
|
-
|
|
1371
1368
|
try:
|
|
1372
1369
|
with open(config_file, encoding="utf-8") as f:
|
|
1373
1370
|
lines = f.readlines()
|
|
@@ -1382,7 +1379,7 @@ def update_yaml_field(config_file: str, section: str, field: str, value: str) ->
|
|
|
1382
1379
|
insert_index = -1
|
|
1383
1380
|
updated_lines = []
|
|
1384
1381
|
|
|
1385
|
-
for
|
|
1382
|
+
for line in lines:
|
|
1386
1383
|
stripped = line.strip()
|
|
1387
1384
|
line_indent = len(line) - len(line.lstrip())
|
|
1388
1385
|
|
|
@@ -177,7 +177,7 @@ class InputManager:
|
|
|
177
177
|
gpio: dict,
|
|
178
178
|
pin: str,
|
|
179
179
|
existing_input: GpioEventButton | None = None,
|
|
180
|
-
actions: dict =
|
|
180
|
+
actions: dict | None = None,
|
|
181
181
|
) -> GpioEventButton | None:
|
|
182
182
|
"""Configure event input sensor with multiclick detection.
|
|
183
183
|
|
|
@@ -190,6 +190,7 @@ class InputManager:
|
|
|
190
190
|
Returns:
|
|
191
191
|
Configured GpioEventButton instance or None on error
|
|
192
192
|
"""
|
|
193
|
+
actions = actions or {}
|
|
193
194
|
try:
|
|
194
195
|
# Determine display name (ensure it's always a string)
|
|
195
196
|
if "name" in gpio:
|
|
@@ -313,7 +314,7 @@ class InputManager:
|
|
|
313
314
|
gpio: dict,
|
|
314
315
|
pin: str,
|
|
315
316
|
existing_input: GpioInputBinarySensor | None = None,
|
|
316
|
-
actions: dict =
|
|
317
|
+
actions: dict | None = None,
|
|
317
318
|
) -> GpioInputBinarySensor | None:
|
|
318
319
|
"""Configure binary sensor input with state detection.
|
|
319
320
|
|
|
@@ -326,6 +327,7 @@ class InputManager:
|
|
|
326
327
|
Returns:
|
|
327
328
|
Configured GpioInputBinarySensor instance or None on error
|
|
328
329
|
"""
|
|
330
|
+
actions = actions or {}
|
|
329
331
|
try:
|
|
330
332
|
# Determine display name (ensure it's always a string)
|
|
331
333
|
if "name" in gpio:
|
|
@@ -564,7 +566,6 @@ class InputManager:
|
|
|
564
566
|
import time
|
|
565
567
|
|
|
566
568
|
from boneio.models import InputState
|
|
567
|
-
from boneio.models.events import InputEvent
|
|
568
569
|
|
|
569
570
|
timestamp = time.time()
|
|
570
571
|
|