Package Details: esphome 2024.4.0-0

Git Clone URL: https://aur.archlinux.org/esphomeyaml.git (read-only, click to copy)
Package Base: esphomeyaml
Description: Solution for your ESP8266/ESP32 projects with Home Assistant
Upstream URL: https://github.com/esphome/ESPHome
Keywords: ESP32 ESP8266 HomeAssistant
Licenses: MIT
Replaces: esphomeyaml
Submitter: sgar
Maintainer: sgar (jesserockz, esphome)
Last Packager: sgar
Votes: 15
Popularity: 0.022336
First Submitted: 2019-02-06 12:02 (UTC)
Last Updated: 2024-04-18 06:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

RuneArch commented on 2019-10-07 18:11 (UTC)

Looks like this is already noted upstream: https://github.com/esphome/issues/issues/591

Solution (for me) was: sudo pip install voluptuous==0.11.5

desperat commented on 2019-10-06 15:12 (UTC)

With tornado 5.1.1.1:

https://archive.archlinux.org/packages/p/python-tornado/

is not working as well:

Traceback (most recent call last): File "/usr/bin/esphome", line 11, in <module> load_entry_point('esphome==1.13.6', 'console_scripts', 'esphome')() File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 2852, in load_entry_point return ep.load() File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 2443, in load return self.resolve() File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 2449, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/usr/lib/python3.7/site-packages/esphome/main.py", line 10, in <module> from esphome import const, writer, yaml_util File "/usr/lib/python3.7/site-packages/esphome/writer.py", line 7, in <module> from esphome.config import iter_components File "/usr/lib/python3.7/site-packages/esphome/config.py", line 15, in <module> from esphome import core, core_config, yaml_util File "/usr/lib/python3.7/site-packages/esphome/core_config.py", line 6, in <module> import esphome.config_validation as cv File "/usr/lib/python3.7/site-packages/esphome/config_validation.py", line 1242, in <module> Optional(CONF_COMMAND_TOPIC): All(requires_component('mqtt'), subscribe_topic), File "/usr/lib/python3.7/site-packages/esphome/voluptuous_schema.py", line 198, in extend ret = super(_Schema, self).extend(schema, extra=extra) File "/usr/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 782, in extend return result_cls(result, required=result_required, extra=result_extra) TypeError: init() got an unexpected keyword argument 'required'

Leo_Verto commented on 2019-08-06 20:44 (UTC)

With python-tornado having been updated to 6.0 this package is now broken as esphome requires tornado<6.

M8377 commented on 2019-06-10 08:52 (UTC)

http://sprunge.us/7fCInE V1.13.5 SHA256sum is 102a586ef93f6eadc03247c1f3c285e3f9d17109cfafa87c82384fe0bf0c2938

sgar commented on 2019-04-12 07:10 (UTC)

@erikvdv both those packages have been marked as out-of-date.. i compiled them on my own and tested esphome.. the versions are on the requirements file, esphome wouldnt run otherwise

erikvdv commented on 2019-04-11 20:23 (UTC)

python-colorlog>=4.02 and python-yaml>=5.1 are not available in community or aur

jesusrop commented on 2019-04-09 18:32 (UTC)

I needed to install python-pyaes and python-ecdsa to run esphome. Maybe they should be in the dependencies list