Skip to content

Fix HA naming issue - #19

Draft
awilliams wants to merge 1 commit into
mainfrom
awilliams/fix-ha-name
Draft

Fix HA naming issue#19
awilliams wants to merge 1 commit into
mainfrom
awilliams/fix-ha-name

Conversation

@awilliams

@awilliams awilliams commented Oct 22, 2023

Copy link
Copy Markdown
Owner

Fixes the issue where HA complains that

MQTT entity name starts with the device name in your config

Before, the entity was named: $device_name $ap_name. Now, it's named: $device_mac $ap_name.

Fixes #18

This seems to fix the new HA error of:
> MQTT entity name starts with the device name in your config

Also:
The Homeassistant setup needs updating for newer version. This allows
for a basic instance of HASS to be run via docker compose, and then
for wifi-presence to send events to it via MQTT.

Fixes #18
@awilliams
awilliams force-pushed the awilliams/fix-ha-name branch from d2177ca to 4ddf47c Compare October 22, 2023 03:32
@ThatcherC

ThatcherC commented Nov 17, 2023

Copy link
Copy Markdown

How's this MR looking? I'd like to try out wifi-presence on my router and it looks like this newest version would be the best one to try. Code changes look solid to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MQTT entity name starts with the device name

2 participants